From: Magnus Damm Date: Thu, 31 Oct 2013 03:18:41 +0000 (+0900) Subject: ARM: shmobile: Include all 2 GiB of memory on APE6EVM DT Ref X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=9701f442139bd21c4db5b6354611b3d793431a95;p=linux-beck.git ARM: shmobile: Include all 2 GiB of memory on APE6EVM DT Ref Add 1GiB of DRAM at 0x2_0000_0000 to support the full 2GiB of APE6EVM system memory also in case of DT reference. Signed-off-by: Magnus Damm Signed-off-by: Simon Horman --- diff --git a/arch/arm/boot/dts/r8a73a4-ape6evm-reference.dts b/arch/arm/boot/dts/r8a73a4-ape6evm-reference.dts index 338f0cbfff7a..70b1fff8f4a3 100644 --- a/arch/arm/boot/dts/r8a73a4-ape6evm-reference.dts +++ b/arch/arm/boot/dts/r8a73a4-ape6evm-reference.dts @@ -25,6 +25,11 @@ reg = <0 0x40000000 0 0x40000000>; }; + memory@200000000 { + device_type = "memory"; + reg = <2 0x00000000 0 0x40000000>; + }; + vcc_mmc0: regulator@0 { compatible = "regulator-fixed"; regulator-name = "MMC0 Vcc";