From: Alexander Shiyan Date: Tue, 2 Jul 2013 16:02:24 +0000 (+0400) Subject: ARM: dts: i.MX27: Move IIM node under AIPI2 bus X-Git-Tag: upstream/snapshot3+hdmi~4405^2~5^2~56 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d36afcd408d3b41a82c3a1fe82bdf1378ac4557b;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git ARM: dts: i.MX27: Move IIM node under AIPI2 bus This patch moves IIM node under AIPI2 bus, since this is proper location for this module. Signed-off-by: Alexander Shiyan Signed-off-by: Shawn Guo --- diff --git a/arch/arm/boot/dts/imx27.dtsi b/arch/arm/boot/dts/imx27.dtsi index a587294..516473c 100644 --- a/arch/arm/boot/dts/imx27.dtsi +++ b/arch/arm/boot/dts/imx27.dtsi @@ -375,13 +375,6 @@ 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 */ @@ -423,6 +416,13 @@ #clock-cells = <1>; }; + iim: iim@10028000 { + compatible = "fsl,imx27-iim"; + reg = <0x10028000 0x1000>; + interrupts = <62>; + clocks = <&clks 38>; + }; + fec: ethernet@1002b000 { compatible = "fsl,imx27-fec"; reg = <0x1002b000 0x4000>;