dect
/
linux-2.6
Archived
13
0
Fork 0

ARM: dts: omap5-evm: Fix size of memory defined for EVM

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>
This commit is contained in:
Lokesh Vutla 2012-11-05 18:22:50 +05:30 committed by Benoit Cousson
parent 3b3132f7e8
commit 45cbe6ca07
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
memory {
device_type = "memory";
reg = <0x80000000 0x40000000>; /* 1 GB */
reg = <0x80000000 0x80000000>; /* 2 GB */
};
vmmcsd_fixed: fixedregulator-mmcsd {