aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/imx27.dtsi
diff options
context:
space:
mode:
authorAlexander Shiyan <shc_work@mail.ru>2013-07-02 12:02:24 -0400
committerShawn Guo <shawn.guo@linaro.org>2013-08-22 11:28:51 -0400
commitd36afcd408d3b41a82c3a1fe82bdf1378ac4557b (patch)
tree4c584dbe282870570d1466a62443446fe1022741 /arch/arm/boot/dts/imx27.dtsi
parentfb72bb21486269f71775a24d6dacf2576ea3edcc (diff)
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 <shc_work@mail.ru> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/imx27.dtsi')
-rw-r--r--arch/arm/boot/dts/imx27.dtsi14
1 files changed, 7 insertions, 7 deletions
diff --git a/arch/arm/boot/dts/imx27.dtsi b/arch/arm/boot/dts/imx27.dtsi
index a587294fe284..516473c72978 100644
--- a/arch/arm/boot/dts/imx27.dtsi
+++ b/arch/arm/boot/dts/imx27.dtsi
@@ -375,13 +375,6 @@
375 clocks = <&clks 41>, <&clks 61>; 375 clocks = <&clks 41>, <&clks 61>;
376 clock-names = "ipg", "per"; 376 clock-names = "ipg", "per";
377 }; 377 };
378
379 iim: iim@10028000 {
380 compatible = "fsl,imx27-iim";
381 reg = <0x10028000 0x1000>;
382 interrupts = <62>;
383 clocks = <&clks 38>;
384 };
385 }; 378 };
386 379
387 aipi@10020000 { /* AIPI2 */ 380 aipi@10020000 { /* AIPI2 */
@@ -423,6 +416,13 @@
423 #clock-cells = <1>; 416 #clock-cells = <1>;
424 }; 417 };
425 418
419 iim: iim@10028000 {
420 compatible = "fsl,imx27-iim";
421 reg = <0x10028000 0x1000>;
422 interrupts = <62>;
423 clocks = <&clks 38>;
424 };
425
426 fec: ethernet@1002b000 { 426 fec: ethernet@1002b000 {
427 compatible = "fsl,imx27-fec"; 427 compatible = "fsl,imx27-fec";
428 reg = <0x1002b000 0x4000>; 428 reg = <0x1002b000 0x4000>;