Skip to content

Commit 9daa43b

Browse files
Eric Huttergregkh
authored andcommitted
ARM: kirkwood: Fix chip-delay for GoFlex Net
commit 2992714 upstream. This fixes "Too few good blocks within range" issues on GoFlex Net by setting chip-delay to 40. The basic problem was discussed at http://forum.doozan.com/read.php?2,7451 Signed-off-by: Eric Hutter <hutter.eric@gmail.com> Acked-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: Jason Cooper <jason@lakedaemon.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 1df12d5 commit 9daa43b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm/boot/dts/kirkwood-goflexnet.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@
7777
};
7878

7979
nand@3000000 {
80+
chip-delay = <40>;
8081
status = "okay";
8182

8283
partition@0 {

0 commit comments

Comments
 (0)