aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorAndreas Böhler <dev@aboehler.at>2022-05-15 10:50:31 +0200
committerChristian Lamparter <chunkeey@gmail.com>2022-05-15 16:40:24 +0200
commit416e8aefe14c5c65726b79f5ec39741f485cd225 (patch)
treeefdd815d5bdef041b0d857088ad20a263202fc04 /target
parentec45e1ff68d198aded784ad7712484c1474ede60 (diff)
downloadupstream-416e8aefe14c5c65726b79f5ec39741f485cd225.tar.gz
upstream-416e8aefe14c5c65726b79f5ec39741f485cd225.tar.bz2
upstream-416e8aefe14c5c65726b79f5ec39741f485cd225.zip
IPQ4019: AVM FRITZ!Box 7530: Remove NAND ECC restrictions from DTS
Some revisions of the FRITZ!7530 use a Toshiba NAND with 8 bit ECC in contrast to the Macronix NAND with 4 bit ECC. This removes the hardcoded ECC strength and step size as set in qcom-ipq4019.dtsi, thus relying on the kernel NAND detection routines to correclty set up the ECC parameters. Signed-off-by: Andreas Böhler <dev@aboehler.at> (cherry picked from commit f167f4a9a42e6d1e186487883500299cc82b1b9f)
Diffstat (limited to 'target')
-rw-r--r--target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-fritzbox-7530.dts3
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-fritzbox-7530.dts b/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-fritzbox-7530.dts
index dcd336e712..27c7d071dc 100644
--- a/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-fritzbox-7530.dts
+++ b/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-fritzbox-7530.dts
@@ -173,6 +173,9 @@
status = "okay";
nand@0 {
+ /delete-property/ nand-ecc-strength;
+ /delete-property/ nand-ecc-step-size;
+
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;