The refreshed patch actually use the format of <start size start size>
instead of <start end start end>. This cause boot fail since the rootfs
can't be mounted with these wrong values.
Fix it to the correct format in each affected dts.
Fixes: #11498
Fixes: 6134ba4a34db ("ipq806x: 5.15: add boot-partitions binding to fix block warning")
Tested-by: Matt Buczko <mbuczko@hotmail.com> # Askey RT4230W
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
nand-ecc-step-size = <512>;
nand-is-boot-medium;
- qcom,boot-partitions = <0x0 0x1180000 0x5340000 0x6400000>;
+ qcom,boot-partitions = <0x0 0x1180000 0x5340000 0x10c0000>;
partitions {
compatible = "fixed-partitions";
nand-bus-width = <8>;
nand-ecc-step-size = <512>;
- qcom,boot-partitions = <0x0 0x1180000 0x1340000 0x2400000>;
+ qcom,boot-partitions = <0x0 0x1180000 0x1340000 0x10c0000>;
partitions {
compatible = "fixed-partitions";
nand-bus-width = <8>;
nand-ecc-step-size = <512>;
- qcom,boot-partitions = <0x0 0x1180000 0x5340000 0x6400000>;
+ qcom,boot-partitions = <0x0 0x1180000 0x5340000 0x10c0000>;
partitions {
compatible = "fixed-partitions";