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 6b11f0ec83)
This commit is contained in:
Alexander Friese 2023-07-12 16:46:01 +02:00 committed by Hauke Mehrtens
parent 77b8ce64fa
commit 680a4c7e12

View File

@ -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>;