diff options
author | Magnus Damm <damm@opensource.se> | 2013-10-30 23:21:41 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-12-10 03:27:18 -0500 |
commit | 62bc32a2573c421926a292e13b71ad9cc3ebf6e4 (patch) | |
tree | ca38efecf8cfdc73503a8ab463623556e7cc222d | |
parent | 8353f09f579631d095292bd838114833dbe1298f (diff) |
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 <damm@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
-rw-r--r-- | arch/arm/boot/dts/r8a7790-lager.dts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/r8a7790-lager.dts b/arch/arm/boot/dts/r8a7790-lager.dts index 8799dfb0068e..10e6a08164e5 100644 --- a/arch/arm/boot/dts/r8a7790-lager.dts +++ b/arch/arm/boot/dts/r8a7790-lager.dts | |||
@@ -24,6 +24,11 @@ | |||
24 | reg = <0 0x40000000 0 0x80000000>; | 24 | reg = <0 0x40000000 0 0x80000000>; |
25 | }; | 25 | }; |
26 | 26 | ||
27 | memory@180000000 { | ||
28 | device_type = "memory"; | ||
29 | reg = <1 0x80000000 0 0x80000000>; | ||
30 | }; | ||
31 | |||
27 | lbsc { | 32 | lbsc { |
28 | #address-cells = <1>; | 33 | #address-cells = <1>; |
29 | #size-cells = <1>; | 34 | #size-cells = <1>; |