ARM: dts: imx27-pdk: Pass the memory range
authorFabio Estevam <fabio.estevam@freescale.com>
Wed, 2 Apr 2014 22:25:44 +0000 (19:25 -0300)
committerShawn Guo <shawn.guo@freescale.com>
Fri, 16 May 2014 15:01:49 +0000 (23:01 +0800)
imx27-pdk has 128 MB of DRAM. Pass the memory range in dt.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
arch/arm/boot/dts/imx27-pdk.dts

index 5ce89aa..28c83bc 100644 (file)
@@ -17,7 +17,7 @@
        compatible = "fsl,imx27-pdk", "fsl,imx27";
 
        memory {
-               reg = <0x0 0x0>;
+               reg = <0xa0000000 0x08000000>;
        };
 };