]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arm/expu1/seli8: adapt dts NOR partition table to the latest used
authorAleksandar Gerasimovski <aleksandar.gerasimovski@hitachienergy.com>
Tue, 16 Nov 2021 13:11:17 +0000 (13:11 +0000)
committerPriyanka Jain <priyanka.jain@nxp.com>
Tue, 1 Feb 2022 09:38:07 +0000 (15:08 +0530)
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>
arch/arm/dts/ls1021a-pg-wcom-expu1.dts
arch/arm/dts/ls1021a-pg-wcom-seli8.dts

index 33456b7c380746c465080e572ffde4d4664d905f..ec8e7dee27115bb02fa1ab82a28a8da2d7c915df 100644 (file)
@@ -87,7 +87,6 @@
                        label = "qe";
                        reg = <0x20000 0x20000>;
                };
-               /* ZL30343 init data to be added here */
                partition@40000 {
                        label = "envred";
                        reg = <0x40000 0x20000>;
                        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>;
                };
        };
 };
index f2cadd7f0b8e9b5a3b47278485426078063c5990..03ce3ab4e47605e72256c2ab49c9c79a7b1b4208 100644 (file)
                        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>;
                };
        };
 };