[openwrt/openwrt] ipq4019: fix support for AVM FRITZ!Repeater 3000

LEDE Commits lede-commits at lists.infradead.org
Wed Jul 26 03:29:08 PDT 2023


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/6b11f0ec83ceb9747dcbb0ffca0882b90da46b59

commit 6b11f0ec83ceb9747dcbb0ffca0882b90da46b59
Author: Alexander Friese <af944580 at googlemail.com>
AuthorDate: Wed Jul 12 16:46:01 2023 +0200

    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 at googlemail.com>
---
 .../files/arch/arm/boot/dts/qcom-ipq4019-fritzrepeater-3000.dts        | 3 +++
 1 file changed, 3 insertions(+)

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 at 0 {
+		/delete-property/ nand-ecc-strength;
+		/delete-property/ nand-ecc-step-size;
+
 		partitions {
 			compatible = "fixed-partitions";
 			#address-cells = <1>;




More information about the lede-commits mailing list