Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 45cbe6ca authored by Lokesh Vutla's avatar Lokesh Vutla Committed by Benoit Cousson
Browse files

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: default avatarLokesh Vutla <lokeshvutla@ti.com>
Signed-off-by: default avatarBenoit Cousson <b-cousson@ti.com>
parent 3b3132f7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@

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

	vmmcsd_fixed: fixedregulator-mmcsd {