lkml.org 
[lkml]   [2012]   [Aug]   [31]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH v2 2/9] ARM i.MX53: Add OCRAM to device tree
Date
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
---
- Renamed "iram" to "ocram" as it appears in the processor
reference manuals.
---
arch/arm/boot/dts/imx53.dtsi | 5 +++++
1 file changed, 5 insertions(+)

diff --git a/arch/arm/boot/dts/imx53.dtsi b/arch/arm/boot/dts/imx53.dtsi
index cd37165..5da342a 100644
--- a/arch/arm/boot/dts/imx53.dtsi
+++ b/arch/arm/boot/dts/imx53.dtsi
@@ -337,5 +337,10 @@
status = "disabled";
};
};
+
+ ocram@f8000000 {
+ compatible = "fsl,imx-ocram";
+ reg = <0xf8000000 0x20000>;
+ };
};
};
--
1.7.10.4


\
 
 \ /
  Last update: 2012-08-31 13:21    [W:0.106 / U:0.304 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site