diff options
author | Jamie Lentin <jm@lentin.co.uk> | 2012-11-01 17:57:01 -0400 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2012-11-23 21:54:00 -0500 |
commit | f4a00139b7cbeff538e616a21f6b57249a9d3ed8 (patch) | |
tree | 6997db131bfbefcbb6b65a9cfb6315eb83fe4031 /arch/arm/boot/dts/kirkwood-dnskw.dtsi | |
parent | b6cf80704d065931f906db61776a1fb8d8609d63 (diff) |
ARM: kirkwood: Increase NAND chip-delay for DNS-32[05]
The default chip-delay of 25us is a bit too tight for some DNS-320's,
and D-Link seem to specify 30us in their kernels for both devices.
Increase to 35us to make sure the NAND is stable.
Signed-off-by: Jamie Lentin <jm@lentin.co.uk>
Acked-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm/boot/dts/kirkwood-dnskw.dtsi')
-rw-r--r-- | arch/arm/boot/dts/kirkwood-dnskw.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/kirkwood-dnskw.dtsi b/arch/arm/boot/dts/kirkwood-dnskw.dtsi index 9b32d0272825..fd23e63d7dbc 100644 --- a/arch/arm/boot/dts/kirkwood-dnskw.dtsi +++ b/arch/arm/boot/dts/kirkwood-dnskw.dtsi | |||
@@ -43,6 +43,7 @@ | |||
43 | 43 | ||
44 | nand@3000000 { | 44 | nand@3000000 { |
45 | status = "okay"; | 45 | status = "okay"; |
46 | chip-delay = <35>; | ||
46 | 47 | ||
47 | partition@0 { | 48 | partition@0 { |
48 | label = "u-boot"; | 49 | label = "u-boot"; |