From: Alexander Friese Date: Wed, 12 Jul 2023 14:46:01 +0000 (+0200) Subject: ipq4019: fix support for AVM FRITZ!Repeater 3000 X-Git-Tag: v23.05.0-rc3~80 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=680a4c7e12381309e21f13b04e0114a4b25c85bc;p=openwrt%2Fstaging%2Fpepe2k.git 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 (cherry picked from commit 6b11f0ec83ceb9747dcbb0ffca0882b90da46b59) --- 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>;