]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
riscv: dts: starfive: Update flash partition layout
authorMatthias Brugger <matthias.bgg@gmail.com>
Mon, 3 Jun 2024 15:07:55 +0000 (17:07 +0200)
committerConor Dooley <conor.dooley@microchip.com>
Wed, 19 Jun 2024 10:05:43 +0000 (11:05 +0100)
Up to now, the describe flash partition layout has some gaps.
Use the whole flash chip by getting rid of the gaps.

Suggested-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
Reviewed-by: Emil Renner Berthing <emil.renner.berthing@canonical.com>
Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
arch/riscv/boot/dts/starfive/jh7110-common.dtsi

index 8ff6ea64f04896ab248b5f129d7061798bc38640..37b4c294ffcc53a3041a288ac5386b5bbd250801 100644 (file)
                        #size-cells = <1>;
 
                        spl@0 {
-                               reg = <0x0 0x80000>;
+                               reg = <0x0 0xf0000>;
                        };
                        uboot-env@f0000 {
                                reg = <0xf0000 0x10000>;
                        };
                        uboot@100000 {
-                               reg = <0x100000 0x400000>;
-                       };
-                       reserved-data@600000 {
-                               reg = <0x600000 0xa00000>;
+                               reg = <0x100000 0xf00000>;
                        };
                };
        };