]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: dts: omap5-evm: Update available memory to 2032 MB
authorSantosh Shilimkar <santosh.shilimkar@ti.com>
Fri, 18 Jan 2013 06:13:16 +0000 (11:43 +0530)
committerBenoit Cousson <benoit.cousson@linaro.org>
Mon, 8 Apr 2013 22:21:14 +0000 (00:21 +0200)
On OMAP5 to detect invalid/bad memory accesses, 16MB of DDR is used as a trap.
Hence available memory for linux OS is 2032 MB on boards popullated with 2 GB
memory.

Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Signed-off-by: Benoit Cousson <benoit.cousson@linaro.org>
arch/arm/boot/dts/omap5-evm.dts

index 64edd510454864e580db9b1373157ea2d236d947..982acd19477d94f731740be19de6194e1813832c 100644 (file)
@@ -16,7 +16,7 @@
 
        memory {
                device_type = "memory";
-               reg = <0x80000000 0x80000000>; /* 2 GB */
+               reg = <0x80000000 0x7F000000>; /* 2032 MB */
        };
 
        vmmcsd_fixed: fixedregulator-mmcsd {