diff options
author | Lokesh Vutla <lokeshvutla@ti.com> | 2012-11-05 07:52:50 -0500 |
---|---|---|
committer | Benoit Cousson <b-cousson@ti.com> | 2012-11-05 12:37:38 -0500 |
commit | 45cbe6ca07c649fef67c550a84af6fd492d77893 (patch) | |
tree | 60c3abc4a86f2c013a9b012a3353c946a376ec6b | |
parent | 3b3132f7e80e3d786f8ad5d5b97d4b6122be9aaa (diff) |
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>
-rw-r--r-- | arch/arm/boot/dts/omap5-evm.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/omap5-evm.dts b/arch/arm/boot/dts/omap5-evm.dts index c663eba73168..88d3d9b8c318 100644 --- a/arch/arm/boot/dts/omap5-evm.dts +++ b/arch/arm/boot/dts/omap5-evm.dts | |||
@@ -15,7 +15,7 @@ | |||
15 | 15 | ||
16 | memory { | 16 | memory { |
17 | device_type = "memory"; | 17 | device_type = "memory"; |
18 | reg = <0x80000000 0x40000000>; /* 1 GB */ | 18 | reg = <0x80000000 0x80000000>; /* 2 GB */ |
19 | }; | 19 | }; |
20 | 20 | ||
21 | vmmcsd_fixed: fixedregulator-mmcsd { | 21 | vmmcsd_fixed: fixedregulator-mmcsd { |