diff options
author | Alexander Friese <af944580@googlemail.com> | 2023-07-12 16:46:01 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2023-07-27 13:54:55 +0200 |
commit | 680a4c7e12381309e21f13b04e0114a4b25c85bc (patch) | |
tree | 833996c78deda7360f71cfbba93db39b2cadd946 /target/linux | |
parent | 77b8ce64fa77ae6d79e9374658e114a4b1709a97 (diff) | |
download | upstream-680a4c7e12381309e21f13b04e0114a4b25c85bc.tar.gz upstream-680a4c7e12381309e21f13b04e0114a4b25c85bc.tar.bz2 upstream-680a4c7e12381309e21f13b04e0114a4b25c85bc.zip |
ipq4019: fix support for AVM FRITZ!Repeater 3000
new versions of the device have NAND with 8bit ECC
which was not yet supported before. This change removes
ECC restrictions.
Signed-off-by: Alexander Friese <af944580@googlemail.com>
(cherry picked from commit 6b11f0ec83ceb9747dcbb0ffca0882b90da46b59)
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-fritzrepeater-3000.dts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-fritzrepeater-3000.dts b/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-fritzrepeater-3000.dts index 8d88bc1521..41dec72542 100644 --- a/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-fritzrepeater-3000.dts +++ b/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-fritzrepeater-3000.dts @@ -121,6 +121,9 @@ status = "okay"; nand@0 { + /delete-property/ nand-ecc-strength; + /delete-property/ nand-ecc-step-size; + partitions { compatible = "fixed-partitions"; #address-cells = <1>; |