public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH 1/1] ARM: kirkwood: Fix chip-delay for GoFlex Net
@ 2013-03-18 18:48 Eric Hutter
  2013-03-18 19:26 ` Andrew Lunn
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Eric Hutter @ 2013-03-18 18:48 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,

This fixes "Too few good blocks within range" issues on GoFlex Net
by setting chip-delay to 40. I've been using this patch on my device
for quite a while now (accessing uboot vars is not possible without it).
The basic problem was discussed at
http://forum.doozan.com/read.php?2,7451 and I think this fix
should go mainstream.

Greetings

Eric Hutter


Signed-off-by: Eric Hutter <hutter.eric@gmail.com>
---
  arch/arm/boot/dts/kirkwood-goflexnet.dts | 1 +
  1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/kirkwood-goflexnet.dts 
b/arch/arm/boot/dts/kirkwood-goflexnet.dts
index bd83b8f..c3573be 100644
--- a/arch/arm/boot/dts/kirkwood-goflexnet.dts
+++ b/arch/arm/boot/dts/kirkwood-goflexnet.dts
@@ -77,6 +77,7 @@
          };

          nand at 3000000 {
+            chip-delay = <40>;
              status = "okay";

              partition at 0 {
-- 
1.8.1.4

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-03-28 16:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-18 18:48 [PATCH 1/1] ARM: kirkwood: Fix chip-delay for GoFlex Net Eric Hutter
2013-03-18 19:26 ` Andrew Lunn
2013-03-18 21:05   ` Jason Gunthorpe
2013-03-18 19:33 ` Jason Cooper
2013-03-28 16:36 ` Jason Cooper

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox