summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/r8a7790-lager.dts
diff options
context:
space:
mode:
authorMagnus Damm2014-06-06 08:40:26 +0200
committerSimon Horman2014-06-17 12:58:23 +0200
commit7b16c61a86ce41edd5c42a87f22a0a146968b62f (patch)
treefbedb0c5f569033489141ae122c50e8f024123b5 /arch/arm/boot/dts/r8a7790-lager.dts
parentARM: shmobile: lager: Move i2c[12]_pins nodes to pfc node (diff)
downloadkernel-qcow2-linux-7b16c61a86ce41edd5c42a87f22a0a146968b62f.tar.gz
kernel-qcow2-linux-7b16c61a86ce41edd5c42a87f22a0a146968b62f.tar.xz
kernel-qcow2-linux-7b16c61a86ce41edd5c42a87f22a0a146968b62f.zip
ARM: shmobile: Lager memory map update
Update the Lager DTS to make use of the new unified legacy memory map where the legacy window on Lager and Koelsch have the same size. With this change in place the code gets aligned with the documentation. After update the Lager board has the following map: Bank0: 1GiB RAM (Legacy 32-bit: 0x40000000->0x7fffffff) Bank1: 3GiB RAM (LPAE area: 0x140000000->0x1ffffffff) Before the update the old map looked like this: Bank0: 2GiB RAM (Legacy 32-bit: 0x40000000->0xbfffffff) Bank1: 2GiB RAM (LPAE area: 0x180000000->0x1ffffffff) Tested with and without LPAE on r8a7790 Lager. Signed-off-by: Magnus Damm <damm+renesas@opensource.se> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/boot/dts/r8a7790-lager.dts')
-rw-r--r--arch/arm/boot/dts/r8a7790-lager.dts4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/r8a7790-lager.dts b/arch/arm/boot/dts/r8a7790-lager.dts
index b68ff56be67e..b04d25762f1d 100644
--- a/arch/arm/boot/dts/r8a7790-lager.dts
+++ b/arch/arm/boot/dts/r8a7790-lager.dts
@@ -29,12 +29,12 @@
memory@40000000 {
device_type = "memory";
- reg = <0 0x40000000 0 0x80000000>;
+ reg = <0 0x40000000 0 0x40000000>;
};
memory@180000000 {
device_type = "memory";
- reg = <1 0x80000000 0 0x80000000>;
+ reg = <1 0x40000000 0 0xc0000000>;
};
lbsc {