Skip to content

Commit

Permalink
ARM: dts: omap5-evm: Update available memory to 2032 MB
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Santosh Shilimkar authored and Benoit Cousson committed Apr 8, 2013
1 parent 2f3bb9c commit 03178c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/omap5-evm.dts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

memory {
device_type = "memory";
reg = <0x80000000 0x80000000>; /* 2 GB */
reg = <0x80000000 0x7F000000>; /* 2032 MB */
};

vmmcsd_fixed: fixedregulator-mmcsd {
Expand Down

0 comments on commit 03178c6

Please sign in to comment.