diff options
author | Alexander Shiyan <[email protected]> | 2023-05-24 12:11:56 +0300 |
---|---|---|
committer | Tony Lindgren <[email protected]> | 2023-05-31 08:21:02 +0300 |
commit | 17ff149eee01110e5d545ad7b936d48aff43407f (patch) | |
tree | 50f665408a7b8bdaef1251edd9086ba74b2a8faf | |
parent | ac9a78681b921877518763ba0e89202254349d1b (diff) |
ARM: dts: am335x-myirtech: Add missing NAND wait pin definition
The NAND wait pin is connected to the GPMC, but this is not mentioned
in the DT bindings. Let's fix this.
Signed-off-by: Alexander Shiyan <[email protected]>
Message-Id: <[email protected]>
Signed-off-by: Tony Lindgren <[email protected]>
-rw-r--r-- | arch/arm/boot/dts/am335x-myirtech-myc.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am335x-myirtech-myc.dtsi b/arch/arm/boot/dts/am335x-myirtech-myc.dtsi index 6eea18b29355..38bc7d41baa7 100644 --- a/arch/arm/boot/dts/am335x-myirtech-myc.dtsi +++ b/arch/arm/boot/dts/am335x-myirtech-myc.dtsi @@ -127,6 +127,7 @@ gpmc,bus-turnaround-ns = <0>; gpmc,cycle2cycle-delay-ns = <0>; gpmc,clk-activation-ns = <0>; + gpmc,wait-pin = <0>; gpmc,wr-access-ns = <40>; gpmc,wr-data-mux-bus-ns = <0>; ti,elm-id = <&elm>; |