diff options
author | Eric Hutter <hutter.eric@gmail.com> | 2013-03-18 19:48:56 +0100 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2013-03-28 16:19:22 +0000 |
commit | 2992714d431976c4b154875bd18ba61bf4df3b93 (patch) | |
tree | 9d5896471610e4f5b345a94b2a153f3ffccc99a4 /arch | |
parent | b2d57222b0f0963258a47da0ea7f0ec451c64712 (diff) |
ARM: kirkwood: Fix chip-delay for GoFlex Net
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>
Cc: <stable@vger.kernel.org> # v3.6.x
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/kirkwood-goflexnet.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/kirkwood-goflexnet.dts b/arch/arm/boot/dts/kirkwood-goflexnet.dts index bd83b8fc7c83..c3573be7b92c 100644 --- a/arch/arm/boot/dts/kirkwood-goflexnet.dts +++ b/arch/arm/boot/dts/kirkwood-goflexnet.dts @@ -77,6 +77,7 @@ }; nand@3000000 { + chip-delay = <40>; status = "okay"; partition@0 { |