From: Magnus Damm Date: Thu, 31 Oct 2013 03:21:41 +0000 (+0900) Subject: ARM: shmobile: Include all 4 GiB of memory on Lager X-Git-Url: http://pileus.org/git/?a=commitdiff_plain;h=62bc32a2573c421926a292e13b71ad9cc3ebf6e4;p=~andy%2Flinux ARM: shmobile: Include all 4 GiB of memory on Lager Add 2GiB of DRAM at 0x1_8000_0000 to support the full 4GiB of Lager system memory. Signed-off-by: Magnus Damm Signed-off-by: Simon Horman --- diff --git a/arch/arm/boot/dts/r8a7790-lager.dts b/arch/arm/boot/dts/r8a7790-lager.dts index 8799dfb0068..10e6a08164e 100644 --- a/arch/arm/boot/dts/r8a7790-lager.dts +++ b/arch/arm/boot/dts/r8a7790-lager.dts @@ -24,6 +24,11 @@ reg = <0 0x40000000 0 0x80000000>; }; + memory@180000000 { + device_type = "memory"; + reg = <1 0x80000000 0 0x80000000>; + }; + lbsc { #address-cells = <1>; #size-cells = <1>;