From: Alexander Shiyan Date: Wed, 21 Aug 2013 07:28:24 +0000 (+0400) Subject: ARM: dts: i.MX51: Add IRAM devicetree node X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=da38ea33360f7c86fa7089a9e5c29102ee1790d6;p=linux-beck.git 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 Acked-by: Sascha Hauer Signed-off-by: Shawn Guo --- diff --git a/arch/arm/boot/dts/imx51.dtsi b/arch/arm/boot/dts/imx51.dtsi index 1db97deb64b6..fdedb86d0f4e 100644 --- a/arch/arm/boot/dts/imx51.dtsi +++ b/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";