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

Commit 2b333190 authored by Fabio Estevam's avatar Fabio Estevam Committed by Shawn Guo
Browse files

ARM: dts: imx53-qsb-common: Fix memory region description



On mx53qsb there are two DRAM chip selects:

CS0 at 0x70000000
CS1 at 0xb0000000

Each bank has a 512MB DRAM, giving a total of 1GB of system DRAM.

Fix the memory layout to describe the hardware appropriately.

Signed-off-by: default avatarFabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: default avatarShawn Guo <shawn.guo@freescale.com>
parent 07134a36
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -14,7 +14,8 @@


/ {
/ {
	memory {
	memory {
		reg = <0x70000000 0x40000000>;
		reg = <0x70000000 0x20000000>,
		      <0xb0000000 0x20000000>;
	};
	};


	display0: display@di0 {
	display0: display@di0 {