Browse Source

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>
Lokesh Vutla 12 years ago
parent
commit
45cbe6ca07
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/arm/boot/dts/omap5-evm.dts

+ 1 - 1
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 {