]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
ARM: dts: stm32: Fix partition node name for stm32mp15xx-dhcom-u-boot
authorPatrice Chotard <patrice.chotard@foss.st.com>
Fri, 8 Mar 2024 13:50:09 +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 partition node name with correct offset.

Fixes: 90f992e6a58c ("arm: dts: stm32: Add partitions in flash0 and nand
node for stm32mp15xx-dhcom/dhcor")

Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com>
Reviewed-by: Marek Vasut <marex@denx.de>
Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
arch/arm/dts/stm32mp15xx-dhcom-u-boot.dtsi

index 2f70b0690d2ff36bd29b9cf1cec1890760d8b5e1..1b44561932525cfcae050458d074ae5cdec0ab53 100644 (file)
                        label = "fsbl2";
                        reg = <0x00040000 0x00040000>;
                };
-               partition@500000 {
+               partition@80000 {
                        label = "uboot";
                        reg = <0x00080000 0x00160000>;
                };
-               partition@900000 {
+               partition@1e0000 {
                        label = "env1";
                        reg = <0x001E0000 0x00010000>;
                };
-               partition@980000 {
+               partition@1f0000 {
                        label = "env2";
                        reg = <0x001F0000 0x00010000>;
                };