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

Commit 88308edd authored by Fabio Estevam's avatar Fabio Estevam Committed by Shawn Guo
Browse files

ARM: dts: imx27-pdk: Pass the memory range



imx27-pdk has 128 MB of DRAM. Pass the memory range in dt.

Signed-off-by: default avatarFabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: default avatarShawn Guo <shawn.guo@freescale.com>
parent 6a21e4bb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@
	compatible = "fsl,imx27-pdk", "fsl,imx27";

	memory {
		reg = <0x0 0x0>;
		reg = <0xa0000000 0x08000000>;
	};
};