]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commitdiff
ARM: shmobile: Include all 4 GiB of memory on Lager
authorMagnus Damm <damm@opensource.se>
Thu, 31 Oct 2013 03:21:41 +0000 (12:21 +0900)
committerSimon Horman <horms+renesas@verge.net.au>
Tue, 10 Dec 2013 08:27:18 +0000 (17:27 +0900)
Add 2GiB of DRAM at 0x1_8000_0000 to support the full 4GiB
of Lager system memory.

Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/boot/dts/r8a7790-lager.dts

index 8799dfb0068e2d0507f6847bb6d35207458b71d7..10e6a08164e58998602da8d62f4487c75ee39673 100644 (file)
                reg = <0 0x40000000 0 0x80000000>;
        };
 
+       memory@180000000 {
+               device_type = "memory";
+               reg = <1 0x80000000 0 0x80000000>;
+       };
+
        lbsc {
                #address-cells = <1>;
                #size-cells = <1>;