summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/rtd1195-mele-x1000.dts
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-mele-x1000.dts
parent517a77d07c3940074e4d926c8824e74e27881bdc (diff)
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-mele-x1000.dts')
-rw-r--r--arch/arm/boot/dts/rtd1195-mele-x1000.dts4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/rtd1195-mele-x1000.dts b/arch/arm/boot/dts/rtd1195-mele-x1000.dts
index e2050cb64474..c7951b9a2c97 100644
--- a/arch/arm/boot/dts/rtd1195-mele-x1000.dts
+++ b/arch/arm/boot/dts/rtd1195-mele-x1000.dts
@@ -19,9 +19,9 @@
stdout-path = "serial0:115200n8";
};
- memory@0 {
+ memory@a800 {
device_type = "memory";
- reg = <0x00000000 0x18000000>, /* up to r-bus */
+ reg = <0x0000a800 0x17ff5800>, /* boot ROM to r-bus */
<0x18070000 0x00090000>, /* r-bus to NOR flash */
<0x19100000 0x26f00000>; /* NOR flash to 1 GiB */
};