Skip to content

Commit

Permalink
ARM: kirkwood: Increase NAND chip-delay for DNS-32[05]
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jamie Lentin authored and Jason Cooper committed Nov 24, 2012
1 parent b6cf807 commit f4a0013
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/boot/dts/kirkwood-dnskw.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@

nand@3000000 {
status = "okay";
chip-delay = <35>;

partition@0 {
label = "u-boot";
Expand Down

0 comments on commit f4a0013

Please sign in to comment.