Browse Source

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>
Jamie Lentin 12 years ago
parent
commit
f4a00139b7
1 changed files with 1 additions and 0 deletions
  1. 1 0
      arch/arm/boot/dts/kirkwood-dnskw.dtsi

+ 1 - 0
arch/arm/boot/dts/kirkwood-dnskw.dtsi

@@ -43,6 +43,7 @@
 
 		nand@3000000 {
 			status = "okay";
+			chip-delay = <35>;
 
 			partition@0 {
 				label = "u-boot";