ARM: dts: i.MX27: Add iim node
authorSascha Hauer <s.hauer@pengutronix.de>
Tue, 25 Jun 2013 13:51:48 +0000 (15:51 +0200)
committerShawn Guo <shawn.guo@linaro.org>
Thu, 22 Aug 2013 15:28:27 +0000 (23:28 +0800)
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/boot/dts/imx27.dtsi

index df425a7..db139bf 100644 (file)
                                clocks = <&clks 41>, <&clks 61>;
                                clock-names = "ipg", "per";
                        };
+
+                       iim: iim@10028000 {
+                               compatible = "fsl,imx27-iim";
+                               reg = <0x10028000 0x1000>;
+                               interrupts = <62>;
+                               clocks = <&clks 38>;
+                       };
                };
 
                aipi@10020000 { /* AIPI2 */