aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/arm/boot/dts/rtd1195.dtsi
diff options
context:
space:
mode:
authorAndreas Färber <afaerber@suse.de>2019-11-23 18:49:16 +0100
committerAndreas Färber <afaerber@suse.de>2020-04-12 23:24:11 +0200
commitaf19d9b8844f5e4573e59a42914af83200bf86a4 (patch)
tree0e06290f25e479a6ea2d62b717ce71bc8d5327ef /arch/arm/boot/dts/rtd1195.dtsi
parentARM: dts: Prepare Realtek RTD1195 and MeLE X1000 (diff)
downloadwireguard-linux-af19d9b8844f5e4573e59a42914af83200bf86a4.tar.xz
wireguard-linux-af19d9b8844f5e4573e59a42914af83200bf86a4.zip
ARM: dts: rtd1195: Exclude boot ROM from memory ranges
Carve out 0xa800 for the boot ROM from the /memory@0 node, updating it to /memory@a800, and add it to /soc ranges. Signed-off-by: Andreas Färber <afaerber@suse.de>
Diffstat (limited to 'arch/arm/boot/dts/rtd1195.dtsi')
-rw-r--r--arch/arm/boot/dts/rtd1195.dtsi3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/rtd1195.dtsi b/arch/arm/boot/dts/rtd1195.dtsi
index c5713a5ef472..0d7c2be750f6 100644
--- a/arch/arm/boot/dts/rtd1195.dtsi
+++ b/arch/arm/boot/dts/rtd1195.dtsi
@@ -88,7 +88,8 @@
compatible = "simple-bus";
#address-cells = <1>;
#size-cells = <1>;
- ranges = <0x18000000 0x18000000 0x00070000>,
+ ranges = <0x00000000 0x00000000 0x0000a800>,
+ <0x18000000 0x18000000 0x00070000>,
<0x18100000 0x18100000 0x01000000>,
<0x80000000 0x80000000 0x80000000>;