All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] ARM: dts: imx27-pdk: Pass the memory range
@ 2014-04-02 22:25 Fabio Estevam
  2014-04-02 22:25 ` [PATCH 2/3] ARM: dts: imx27-pdk: Pass the UART1 pin configuration Fabio Estevam
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Fabio Estevam @ 2014-04-02 22:25 UTC (permalink / raw)
  To: linux-arm-kernel

From: Fabio Estevam <fabio.estevam@freescale.com>

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

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
 arch/arm/boot/dts/imx27-pdk.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/imx27-pdk.dts b/arch/arm/boot/dts/imx27-pdk.dts
index 5ce89aa..28c83bc 100644
--- a/arch/arm/boot/dts/imx27-pdk.dts
+++ b/arch/arm/boot/dts/imx27-pdk.dts
@@ -17,7 +17,7 @@
 	compatible = "fsl,imx27-pdk", "fsl,imx27";
 
 	memory {
-		reg = <0x0 0x0>;
+		reg = <0xa0000000 0x08000000>;
 	};
 };
 
-- 
1.8.3.2

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-04-09  3:44 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-02 22:25 [PATCH 1/3] ARM: dts: imx27-pdk: Pass the memory range Fabio Estevam
2014-04-02 22:25 ` [PATCH 2/3] ARM: dts: imx27-pdk: Pass the UART1 pin configuration Fabio Estevam
2014-04-03  2:01   ` Shawn Guo
2014-04-09  3:37     ` Fabio Estevam
2014-04-09  3:44       ` Shawn Guo
2014-04-02 22:25 ` [PATCH 3/3] ARM: dts: imx27-pdk: Pass the FEC " Fabio Estevam
2014-04-03  2:02 ` [PATCH 1/3] ARM: dts: imx27-pdk: Pass the memory range Shawn Guo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.