LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: Vivek Unune <npcomplete13@gmail.com>
To: florian.fainelli@broadcom.com, hauke@hauke-m.de,
zajec5@gmail.com, jonmason@broadcom.com,
bcm-kernel-feedback-list@broadcom.com, robh+dt@kernel.org,
mark.rutland@arm.com, linux@armlinux.org.uk
Cc: linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org,
Vivek Unune <npcomplete13@gmail.com>
Subject: [PATCH] ARM: BCM5301X: Fix NAND ECC parameters for Linksys Panamera
Date: Sat, 10 Mar 2018 12:12:44 -0500 [thread overview]
Message-ID: <20180310171244.70299-1-npcomplete13@gmail.com> (raw)
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
next reply other threads:[~2018-03-10 17:13 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-03-10 17:12 Vivek Unune [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180310171244.70299-1-npcomplete13@gmail.com \
--to=npcomplete13@gmail.com \
--cc=bcm-kernel-feedback-list@broadcom.com \
--cc=devicetree@vger.kernel.org \
--cc=florian.fainelli@broadcom.com \
--cc=hauke@hauke-m.de \
--cc=jonmason@broadcom.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@armlinux.org.uk \
--cc=mark.rutland@arm.com \
--cc=robh+dt@kernel.org \
--cc=zajec5@gmail.com \
--subject='Re: [PATCH] ARM: BCM5301X: Fix NAND ECC parameters for Linksys Panamera' \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
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).