]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: dts: omap5-evm: Fix size of memory defined for EVM
authorLokesh Vutla <lokeshvutla@ti.com>
Mon, 5 Nov 2012 12:52:50 +0000 (18:22 +0530)
committerBenoit Cousson <b-cousson@ti.com>
Mon, 5 Nov 2012 17:37:38 +0000 (18:37 +0100)
Memory present for OMAP5-evm is 2GB. But in dts file
it is specified as 1GB. Correcting the same.

Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Signed-off-by: Benoit Cousson <b-cousson@ti.com>
arch/arm/boot/dts/omap5-evm.dts

index c663eba73168adb8eb27edd7e15147440fae1af6..88d3d9b8c31876be29ea5ec893f2ab3f0552de88 100644 (file)
@@ -15,7 +15,7 @@
 
        memory {
                device_type = "memory";
-               reg = <0x80000000 0x40000000>; /* 1 GB */
+               reg = <0x80000000 0x80000000>; /* 2 GB */
        };
 
        vmmcsd_fixed: fixedregulator-mmcsd {