ARM: dts: i.MX27: Move IIM node under AIPI2 bus
authorAlexander Shiyan <shc_work@mail.ru>
Tue, 2 Jul 2013 16:02:24 +0000 (20:02 +0400)
committerShawn Guo <shawn.guo@linaro.org>
Thu, 22 Aug 2013 15:28:51 +0000 (23:28 +0800)
This patch moves IIM node under AIPI2 bus, since this is proper
location for this module.

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/boot/dts/imx27.dtsi

index a587294fe28403b70e67304ae868c2d5c8fb77a0..516473c72978e18938aefb9cc43ba163e30708f5 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 */
                                #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>;
This page took 0.029259 seconds and 5 git commands to generate.