Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d36afcd4 authored by Alexander Shiyan's avatar Alexander Shiyan Committed by Shawn Guo
Browse files

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: default avatarAlexander Shiyan <shc_work@mail.ru>
Signed-off-by: default avatarShawn Guo <shawn.guo@linaro.org>
parent fb72bb21
Loading
Loading
Loading
Loading
+7 −7
Original line number Original line Diff line number Diff line
@@ -375,13 +375,6 @@
				clocks = <&clks 41>, <&clks 61>;
				clocks = <&clks 41>, <&clks 61>;
				clock-names = "ipg", "per";
				clock-names = "ipg", "per";
			};
			};

			iim: iim@10028000 {
				compatible = "fsl,imx27-iim";
				reg = <0x10028000 0x1000>;
				interrupts = <62>;
				clocks = <&clks 38>;
			};
		};
		};


		aipi@10020000 { /* AIPI2 */
		aipi@10020000 { /* AIPI2 */
@@ -423,6 +416,13 @@
				#clock-cells = <1>;
				#clock-cells = <1>;
			};
			};


			iim: iim@10028000 {
				compatible = "fsl,imx27-iim";
				reg = <0x10028000 0x1000>;
				interrupts = <62>;
				clocks = <&clks 38>;
			};

			fec: ethernet@1002b000 {
			fec: ethernet@1002b000 {
				compatible = "fsl,imx27-fec";
				compatible = "fsl,imx27-fec";
				reg = <0x1002b000 0x4000>;
				reg = <0x1002b000 0x4000>;