diff mbox series

ARM: dts: am335x-myirtech: Add missing NAND wait pin definition

Message ID 20230524091157.775960-1-eagle.alexander923@gmail.com (mailing list archive)
State New, archived
Headers show
Series ARM: dts: am335x-myirtech: Add missing NAND wait pin definition | expand

Commit Message

Alexander Shiyan May 24, 2023, 9:11 a.m. UTC
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 <eagle.alexander923@gmail.com>
---
 arch/arm/boot/dts/am335x-myirtech-myc.dtsi | 1 +
 1 file changed, 1 insertion(+)

Comments

Tony Lindgren May 31, 2023, 5:21 a.m. UTC | #1
* Alexander Shiyan <eagle.alexander923@gmail.com> [230524 12:12]:
> The NAND wait pin is connected to the GPMC, but this is not mentioned
> in the DT bindings. Let's fix this.

Thanks applying into omap-for-v6.5/dt.

Tony
diff mbox series

Patch

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 @@  nand0: nand@0,0 {
 		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>;