diff options
author | Lokesh Vutla <lokeshvutla@ti.com> | 2012-11-05 16:52:50 +0400 |
---|---|---|
committer | Benoit Cousson <b-cousson@ti.com> | 2012-11-05 21:37:38 +0400 |
commit | 45cbe6ca07c649fef67c550a84af6fd492d77893 (patch) | |
tree | 60c3abc4a86f2c013a9b012a3353c946a376ec6b /arch/arm/boot/dts | |
parent | 3b3132f7e80e3d786f8ad5d5b97d4b6122be9aaa (diff) | |
download | linux-45cbe6ca07c649fef67c550a84af6fd492d77893.tar.xz |
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>
Diffstat (limited to 'arch/arm/boot/dts')
-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 @@ memory { device_type = "memory"; - reg = <0x80000000 0x40000000>; /* 1 GB */ + reg = <0x80000000 0x80000000>; /* 2 GB */ }; vmmcsd_fixed: fixedregulator-mmcsd { |