diff options
author | Roger Quadros <rogerq@ti.com> | 2016-03-01 08:44:48 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-03-01 12:58:09 -0500 |
commit | 44a3ab68ca090a4796c7d485630edb57856b02ea (patch) | |
tree | d517d3a26f84413982184a0840601e2416edb197 | |
parent | 0c3e192ad2c36cfff33bacddc912ad885d2aae28 (diff) |
ARM: dts: dm814x: dra62x: Disable wait pin monitoring for NAND
The NAND Ready/Busy# line is connected to GPMC_WAIT0 pin and
can't be used for wait state insertion for NAND I/O read/write.
So disable read/write wait monitoring as per Reference Manual's
suggestion [1].
[1] dm814x TRM: SPRUGZ8F: 11.2.4.12.2 NAND Device-Ready Pin
Signed-off-by: Roger Quadros <rogerq@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r-- | arch/arm/boot/dts/dm8148-evm.dts | 3 | ||||
-rw-r--r-- | arch/arm/boot/dts/dra62x-j5eco-evm.dts | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm/boot/dts/dm8148-evm.dts b/arch/arm/boot/dts/dm8148-evm.dts index be56c8fc323c..cbc17b0794b1 100644 --- a/arch/arm/boot/dts/dm8148-evm.dts +++ b/arch/arm/boot/dts/dm8148-evm.dts | |||
@@ -65,12 +65,9 @@ | |||
65 | gpmc,access-ns = <64>; | 65 | gpmc,access-ns = <64>; |
66 | gpmc,rd-cycle-ns = <82>; | 66 | gpmc,rd-cycle-ns = <82>; |
67 | gpmc,wr-cycle-ns = <82>; | 67 | gpmc,wr-cycle-ns = <82>; |
68 | gpmc,wait-on-read = "true"; | ||
69 | gpmc,wait-on-write = "true"; | ||
70 | gpmc,bus-turnaround-ns = <0>; | 68 | gpmc,bus-turnaround-ns = <0>; |
71 | gpmc,cycle2cycle-delay-ns = <0>; | 69 | gpmc,cycle2cycle-delay-ns = <0>; |
72 | gpmc,clk-activation-ns = <0>; | 70 | gpmc,clk-activation-ns = <0>; |
73 | gpmc,wait-monitoring-ns = <0>; | ||
74 | gpmc,wr-access-ns = <40>; | 71 | gpmc,wr-access-ns = <40>; |
75 | gpmc,wr-data-mux-bus-ns = <0>; | 72 | gpmc,wr-data-mux-bus-ns = <0>; |
76 | partition@0 { | 73 | partition@0 { |
diff --git a/arch/arm/boot/dts/dra62x-j5eco-evm.dts b/arch/arm/boot/dts/dra62x-j5eco-evm.dts index b0c8144a6e9e..f820573f4a4a 100644 --- a/arch/arm/boot/dts/dra62x-j5eco-evm.dts +++ b/arch/arm/boot/dts/dra62x-j5eco-evm.dts | |||
@@ -65,12 +65,9 @@ | |||
65 | gpmc,access-ns = <64>; | 65 | gpmc,access-ns = <64>; |
66 | gpmc,rd-cycle-ns = <82>; | 66 | gpmc,rd-cycle-ns = <82>; |
67 | gpmc,wr-cycle-ns = <82>; | 67 | gpmc,wr-cycle-ns = <82>; |
68 | gpmc,wait-on-read = "true"; | ||
69 | gpmc,wait-on-write = "true"; | ||
70 | gpmc,bus-turnaround-ns = <0>; | 68 | gpmc,bus-turnaround-ns = <0>; |
71 | gpmc,cycle2cycle-delay-ns = <0>; | 69 | gpmc,cycle2cycle-delay-ns = <0>; |
72 | gpmc,clk-activation-ns = <0>; | 70 | gpmc,clk-activation-ns = <0>; |
73 | gpmc,wait-monitoring-ns = <0>; | ||
74 | gpmc,wr-access-ns = <40>; | 71 | gpmc,wr-access-ns = <40>; |
75 | gpmc,wr-data-mux-bus-ns = <0>; | 72 | gpmc,wr-data-mux-bus-ns = <0>; |
76 | partition@0 { | 73 | partition@0 { |