summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYang Lee <yang.lee@starfivetech.com>2023-03-23 12:35:45 +0300
committerLey Foon Tan <leyfoon.tan@starfivetech.com>2023-12-04 06:00:15 +0300
commit725f10e3e30fd5aed0f8a09d7239570be8ca08b8 (patch)
tree6841c0feaee85cc0b6d6437882c5b81856e1b6e8
parent84ae525482468280f0d683bf9e0785e4fc161a0b (diff)
downloadlinux-725f10e3e30fd5aed0f8a09d7239570be8ca08b8.tar.xz
riscv: dts: starfive: dubhe: Update flash partition patch
This patch includes flash partition changes. Signed-off-by: Yang Lee <yang.lee@starfivetech.com>
-rw-r--r--arch/riscv/boot/dts/starfive/dubhe_fpga.dts6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/riscv/boot/dts/starfive/dubhe_fpga.dts b/arch/riscv/boot/dts/starfive/dubhe_fpga.dts
index a8e1995eff7a..a41f59262a90 100644
--- a/arch/riscv/boot/dts/starfive/dubhe_fpga.dts
+++ b/arch/riscv/boot/dts/starfive/dubhe_fpga.dts
@@ -91,12 +91,12 @@
#size-cells = <1>;
partition@0 {
- reg = <0x000000 0x1730000>;
+ reg = <0x000000 0x2000000>;
label = "Boot images";
};
- partition@1730000 {
- reg = <0x1730000 0x68D0000>;
+ partition@2000000 {
+ reg = <0x2000000 0x6000000>;
label = "Rootfs";
};
};