qualcommax: ipq50xx: fix ECC strength for Linksys MR5500
Commit fc3ff2af0c
introduced reading
ECC strength from the device tree. Linksys MR5500 uses the mx-base dtsi
which was originally developed for Linksys MX2000 and MX5500 where the
ECC strength is set to 8. Correct this and set it to strength of 4 as
per the NAND specs for Gigadevice GD5F2GQ5REYIH.
Signed-off-by: George Moussalem <george.moussalem@outlook.com>
Link: https://github.com/openwrt/openwrt/pull/18672
Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
parent
84f433dfeb
commit
a0fa3ed36f
1 changed files with 6 additions and 0 deletions
|
@ -28,6 +28,12 @@
|
|||
};
|
||||
};
|
||||
|
||||
&qpic_nand {
|
||||
nand@0 {
|
||||
nand-ecc-strength = <4>;
|
||||
};
|
||||
};
|
||||
|
||||
/*
|
||||
* ===============================================================
|
||||
* _______________________ _______________________
|
||||
|
|
Loading…
Reference in a new issue