diff options
author | andy.hu <andy.hu@starfivetech.com> | 2023-07-20 11:55:22 +0300 |
---|---|---|
committer | andy.hu <andy.hu@starfivetech.com> | 2023-07-20 11:55:22 +0300 |
commit | c9a3b6a831029c4736198d6dc3d1edde2fe10a77 (patch) | |
tree | aa53eeab03e77671f3623d3672e86be5255bf226 | |
parent | 2b9c7d88fcd674a3f9d585d1cb8d0bb1d511f1c7 (diff) | |
parent | 4264e417e2b47c74b9c0635ecef7c9c6d4ad6af0 (diff) | |
download | linux-c9a3b6a831029c4736198d6dc3d1edde2fe10a77.tar.xz |
Merge branch 'CR_6548_e24_5.15_shanlong.li' into 'vf2-515-devel'
CR_6548: dts: e24: update e24 dts in vf2
See merge request sbc/linux!136
-rwxr-xr-x | arch/riscv/boot/dts/starfive/jh7110-visionfive-v2.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/riscv/boot/dts/starfive/jh7110-visionfive-v2.dtsi b/arch/riscv/boot/dts/starfive/jh7110-visionfive-v2.dtsi index d756d7ab5e26..63542d173e0f 100755 --- a/arch/riscv/boot/dts/starfive/jh7110-visionfive-v2.dtsi +++ b/arch/riscv/boot/dts/starfive/jh7110-visionfive-v2.dtsi @@ -64,8 +64,7 @@ }; e24_mem: e24@c0000000 { - no-map; - reg = <0x0 0xc0110000 0x0 0xf0000>; + reg = <0x0 0x6ce00000 0x0 0x1600000>; }; xrp_reserved: xrpbuffer@f0000000 { @@ -884,6 +883,7 @@ }; &co_process { + memory-region = <&e24_mem>; status = "okay"; }; |