ipq806x: 5.15: fix wrong boot-partitions values for split partitions

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>
This commit is contained in:
Christian Marangi 2022-12-14 02:11:49 +01:00
parent 26d10bad7c
commit 266b261d39
No known key found for this signature in database
GPG Key ID: AC001D09ADBFEAD7
3 changed files with 3 additions and 3 deletions

View File

@ -119,7 +119,7 @@
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";

View File

@ -138,7 +138,7 @@
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";

View File

@ -127,7 +127,7 @@
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";