]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
ARM: dts: stm32: Fix partition node name for stm32mp157c-ev1-u-boot
authorPatrice Chotard <patrice.chotard@foss.st.com>
Fri, 8 Mar 2024 13:50:07 +0000 (14:50 +0100)
committerPatrice Chotard <patrice.chotard@foss.st.com>
Fri, 19 Apr 2024 10:05:10 +0000 (12:05 +0200)
Fix flash@0 and nand@0 partition node name with correct offset.

Fixes: e91d3c61767b ("arm: dts: stm32: Add partitions in flash0 and nand
node for stm32mp15xx-ev1")

Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com>
Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
arch/arm/dts/stm32mp157c-ev1-u-boot.dtsi

index 139940bd5d47bec0437a5dd2a80a63b81e5fa5c4..3515347e91d2c87c08126e571b988d1d63f5d577 100644 (file)
                        label = "fsbl1";
                        reg = <0x00000000 0x00040000>;
                };
-               partition@80000 {
+               partition@40000 {
                        label = "fsbl2";
                        reg = <0x00040000 0x00040000>;
                };
-               partition@100000 {
+               partition@80000 {
                        label = "ssbl";
                        reg = <0x00080000 0x00200000>;
                };
@@ -58,7 +58,7 @@
                        label = "fsbl2";
                        reg = <0x00040000 0x00040000>;
                };
-               partition@100000 {
+               partition@80000 {
                        label = "fip";
                        reg = <0x00080000 0x00400000>;
                };
                                        label = "fip2";
                                        reg = <0x00600000 0x00400000>;
                                };
-                               partition@1200000 {
+                               partition@a00000 {
                                        label = "UBI";
                                        reg = <0x00a00000 0x3f600000>;
                                };