ipq4019: fix support for AVM FRITZ!Repeater 3000
authorAlexander Friese <af944580@googlemail.com>
Wed, 12 Jul 2023 14:46:01 +0000 (16:46 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Thu, 27 Jul 2023 11:54:55 +0000 (13:54 +0200)
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)

target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-fritzrepeater-3000.dts

index 8d88bc1521109f5469a0a7ce893af4b92b4f39ed..41dec72542421d8b2228e3f0432460e75bbcc329 100644 (file)
        status = "okay";
 
        nand@0 {
+               /delete-property/ nand-ecc-strength;
+               /delete-property/ nand-ecc-step-size;
+
                partitions {
                        compatible = "fixed-partitions";
                        #address-cells = <1>;