Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

+4 -3
+2 -2
arch/arm/boot/dts/rtd1195-mele-x1000.dts
··· 19 19 stdout-path = "serial0:115200n8"; 20 20 }; 21 21 22 - memory@0 { 22 + memory@a800 { 23 23 device_type = "memory"; 24 - reg = <0x00000000 0x18000000>, /* up to r-bus */ 24 + reg = <0x0000a800 0x17ff5800>, /* boot ROM to r-bus */ 25 25 <0x18070000 0x00090000>, /* r-bus to NOR flash */ 26 26 <0x19100000 0x26f00000>; /* NOR flash to 1 GiB */ 27 27 };
+2 -1
arch/arm/boot/dts/rtd1195.dtsi
··· 88 88 compatible = "simple-bus"; 89 89 #address-cells = <1>; 90 90 #size-cells = <1>; 91 - ranges = <0x18000000 0x18000000 0x00070000>, 91 + ranges = <0x00000000 0x00000000 0x0000a800>, 92 + <0x18000000 0x18000000 0x00070000>, 92 93 <0x18100000 0x18100000 0x01000000>, 93 94 <0x80000000 0x80000000 0x80000000>; 94 95