summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandy.hu <andy.hu@starfivetech.com>2024-03-22 10:44:40 +0300
committerandy.hu <andy.hu@starfivetech.com>2024-03-22 10:44:40 +0300
commit61c106307b6dc0033694b582599cab3eb0581e22 (patch)
tree00619a926dd123e65af5e6e1fb0c8c05fe043de0
parent0b6f551daaf56eaa8e87aeca75b55c63e59eb3f3 (diff)
parent43606d8f0192261dfacedfe95283f4795f2be473 (diff)
downloadlinux-61c106307b6dc0033694b582599cab3eb0581e22.tar.xz
Merge branch 'CR_9737_dts_hal.feng' into 'jh7110-5.15.y-devel'
CR_9737_dts_hal.feng See merge request sdk/linux!1032
-rw-r--r--arch/riscv/boot/dts/starfive/jh7110-common.dtsi6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/riscv/boot/dts/starfive/jh7110-common.dtsi b/arch/riscv/boot/dts/starfive/jh7110-common.dtsi
index 67e3a8bf97c5..aee3c56f915b 100644
--- a/arch/riscv/boot/dts/starfive/jh7110-common.dtsi
+++ b/arch/riscv/boot/dts/starfive/jh7110-common.dtsi
@@ -762,9 +762,9 @@
spl@0 {
reg = <0x0 0x40000>;
};
- uboot-env@100000 {
- reg = <0xf0000 0x10000>;
- };
+ uboot-env@f0000 {
+ reg = <0xf0000 0x10000>;
+ };
uboot@100000 {
reg = <0x100000 0x300000>;
};