qualcommax: ipq50xx: remove ECC user config from board files

With the spi-qpic-snand driver now supporting reading ECC requirements
from the NAND chip itself, there's no need to set those in the DTS
anymore avoiding issues with devices of the same revision using
different NAND types with varying ECC requirements.

Signed-off-by: George Moussalem <george.moussalem@outlook.com>
Link: https://github.com/openwrt/openwrt/pull/18723
Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
George Moussalem 2025-05-06 10:18:09 +04:00 committed by Robert Marko
parent c5e359a236
commit 01b72ce61e
4 changed files with 0 additions and 15 deletions

View file

@ -226,8 +226,6 @@
#size-cells = <1>;
nand-ecc-engine = <&qpic_nand>;
nand-ecc-strength = <4>;
nand-ecc-step-size = <512>;
nand-bus-width = <8>;
partitions {

View file

@ -28,12 +28,6 @@
};
};
&qpic_nand {
nand@0 {
nand-ecc-strength = <4>;
};
};
/*
* ===============================================================
* _______________________ _______________________

View file

@ -130,9 +130,6 @@
#size-cells = <1>;
nand-ecc-engine = <&qpic_nand>;
nand-ecc-strength = <8>;
nand-ecc-step-size = <512>;
nand-bus-width = <8>;
partitions {

View file

@ -164,10 +164,6 @@
#size-cells = <1>;
nand-ecc-engine = <&qpic_nand>;
/* strength=8 breaks NAND I/O, use 4 instead */
nand-ecc-strength = <4>;
nand-ecc-step-size = <512>;
nand-bus-width = <8>;
partitions {