summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksandar Gerasimovski <aleksandar.gerasimovski@hitachienergy.com>2021-11-16 13:11:17 +0000
committerPriyanka Jain <priyanka.jain@nxp.com>2022-02-01 15:08:07 +0530
commit2e14b1f33fe21438c32fb19e769eadf2a8ee78d0 (patch)
treedba7e4ace8ada22a5346f7dc5c98a4e14479274a
parent46f81d804a58fa3a69887fccdd304353b1c248de (diff)
arm/expu1/seli8: adapt dts NOR partition table to the latest used
Even not used by u-boot, this has to be inline with the hw and kernel dts. U-boot partition table is defined by MTDPARTS_DEFAULT Kconfig. Signed-off-by: Aleksandar Gerasimovski <aleksandar.gerasimovski@hitachienergy.com> Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
-rw-r--r--arch/arm/dts/ls1021a-pg-wcom-expu1.dts15
-rw-r--r--arch/arm/dts/ls1021a-pg-wcom-seli8.dts14
2 files changed, 26 insertions, 3 deletions
diff --git a/arch/arm/dts/ls1021a-pg-wcom-expu1.dts b/arch/arm/dts/ls1021a-pg-wcom-expu1.dts
index 33456b7c380..ec8e7dee271 100644
--- a/arch/arm/dts/ls1021a-pg-wcom-expu1.dts
+++ b/arch/arm/dts/ls1021a-pg-wcom-expu1.dts
@@ -87,7 +87,6 @@
label = "qe";
reg = <0x20000 0x20000>;
};
- /* ZL30343 init data to be added here */
partition@40000 {
label = "envred";
reg = <0x40000 0x20000>;
@@ -101,8 +100,20 @@
reg = <0x100000 0x100000>;
};
partition@200000 {
+ label = "redenvred";
+ reg = <0x200000 0x20000>;
+ };
+ partition@220000 {
+ label = "redenv";
+ reg = <0x220000 0x20000>;
+ };
+ partition@240000 {
+ label = "redu-boot";
+ reg = <0x240000 0x100000>;
+ };
+ partition@340000 {
label = "ubi0";
- reg = <0x200000 0x3E00000>;
+ reg = <0x340000 0x03C00000>;
};
};
};
diff --git a/arch/arm/dts/ls1021a-pg-wcom-seli8.dts b/arch/arm/dts/ls1021a-pg-wcom-seli8.dts
index f2cadd7f0b8..03ce3ab4e47 100644
--- a/arch/arm/dts/ls1021a-pg-wcom-seli8.dts
+++ b/arch/arm/dts/ls1021a-pg-wcom-seli8.dts
@@ -83,8 +83,20 @@
reg = <0x100000 0x100000>;
};
partition@200000 {
+ label = "redenvred";
+ reg = <0x200000 0x20000>;
+ };
+ partition@220000 {
+ label = "redenv";
+ reg = <0x220000 0x20000>;
+ };
+ partition@240000 {
+ label = "redu-boot";
+ reg = <0x240000 0x100000>;
+ };
+ partition@340000 {
label = "ubi0";
- reg = <0x200000 0x3E00000>;
+ reg = <0x340000 0x03C00000>;
};
};
};