Browse Source

ARM: dts: i.MX51: Add IRAM devicetree node

This patch adds the missing IRAM devicetree node for i.MX51 CPUs.

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Acked-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Alexander Shiyan 12 years ago
parent
commit
da38ea3336
1 changed files with 5 additions and 0 deletions
  1. 5 0
      arch/arm/boot/dts/imx51.dtsi

+ 5 - 0
arch/arm/boot/dts/imx51.dtsi

@@ -86,6 +86,11 @@
 		interrupt-parent = <&tzic>;
 		ranges;
 
+		iram: iram@1ffe0000 {
+			compatible = "mmio-sram";
+			reg = <0x1ffe0000 0x20000>;
+		};
+
 		ipu: ipu@40000000 {
 			#crtc-cells = <1>;
 			compatible = "fsl,imx51-ipu";