Skip to content

Commit

Permalink
ARM: dts: omap5-evm: Fix size of memory defined for EVM
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Lokesh Vutla authored and Benoit Cousson committed Nov 5, 2012
1 parent 3b3132f commit 45cbe6c
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 @@ -15,7 +15,7 @@

memory {
device_type = "memory";
reg = <0x80000000 0x40000000>; /* 1 GB */
reg = <0x80000000 0x80000000>; /* 2 GB */
};

vmmcsd_fixed: fixedregulator-mmcsd {
Expand Down

0 comments on commit 45cbe6c

Please sign in to comment.