summaryrefslogtreecommitdiff
path: root/arch/riscv/boot/dts/starfive
diff options
context:
space:
mode:
authorMatthias Brugger <matthias.bgg@gmail.com>2024-06-03 18:07:55 +0300
committerConor Dooley <conor.dooley@microchip.com>2024-06-19 13:05:43 +0300
commitedbce932b16c8ae93eb916c31d762356679ad353 (patch)
tree991f2dae59749557784f635d0d6565c68deb7a69 /arch/riscv/boot/dts/starfive
parentc61fea676bcb5f14adcd882a7f7d9c5b082fe922 (diff)
downloadlinux-edbce932b16c8ae93eb916c31d762356679ad353.tar.xz
riscv: dts: starfive: Update flash partition layout
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>
Diffstat (limited to 'arch/riscv/boot/dts/starfive')
-rw-r--r--arch/riscv/boot/dts/starfive/jh7110-common.dtsi7
1 files changed, 2 insertions, 5 deletions
diff --git a/arch/riscv/boot/dts/starfive/jh7110-common.dtsi b/arch/riscv/boot/dts/starfive/jh7110-common.dtsi
index 8ff6ea64f048..37b4c294ffcc 100644
--- a/arch/riscv/boot/dts/starfive/jh7110-common.dtsi
+++ b/arch/riscv/boot/dts/starfive/jh7110-common.dtsi
@@ -321,16 +321,13 @@
#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>;
};
};
};