LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH] ARM: BCM5301X: Fix NAND ECC parameters for Linksys Panamera
@ 2018-03-10 17:12 Vivek Unune
  2018-03-10 21:41 ` Rafał Miłecki
  0 siblings, 1 reply; 10+ messages in thread
From: Vivek Unune @ 2018-03-10 17:12 UTC (permalink / raw)
  To: florian.fainelli, hauke, zajec5, jonmason,
	bcm-kernel-feedback-list, robh+dt, mark.rutland, linux
  Cc: linux-arm-kernel, devicetree, linux-kernel, Vivek Unune

Using BCH8 gives ecc errors and makes the router unsuable.
Switching to BCH1 fixes these errors.

Signed-off-by: Vivek Unune <npcomplete13@gmail.com>
---
 arch/arm/boot/dts/bcm47094-linksys-panamera.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/bcm47094-linksys-panamera.dts b/arch/arm/boot/dts/bcm47094-linksys-panamera.dts
index b6750f70dffb..ea1b3f5eff29 100644
--- a/arch/arm/boot/dts/bcm47094-linksys-panamera.dts
+++ b/arch/arm/boot/dts/bcm47094-linksys-panamera.dts
@@ -7,7 +7,7 @@
 /dts-v1/;
 
 #include "bcm47094.dtsi"
-#include "bcm5301x-nand-cs0-bch8.dtsi"
+#include "bcm5301x-nand-cs0-bch1.dtsi"
 
 / {
 	compatible = "linksys,panamera", "brcm,bcm47094", "brcm,bcm4708";
-- 
2.11.0

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

end of thread, other threads:[~2018-04-28  6:44 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-10 17:12 [PATCH] ARM: BCM5301X: Fix NAND ECC parameters for Linksys Panamera Vivek Unune
2018-03-10 21:41 ` Rafał Miłecki
2018-03-11 10:03   ` Vivek Unune
2018-03-12 22:52     ` Florian Fainelli
2018-03-13  1:02       ` Vivek Unune
2018-04-25  9:02         ` Rafał Miłecki
2018-04-27 14:05           ` Vivek Unune
2018-04-28  4:19             ` Vivek Unune
2018-04-28  6:44               ` Rafał Miłecki
2018-04-25  8:51     ` Rafał Miłecki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).