Commit 68472000 authored by Anson Huang's avatar Anson Huang Committed by Shawn Guo
Browse files

ARM: dts: imx: Make iomuxc node name generic



Node name should be generic, use "pinctrl" instead of "iomuxc"
for all i.MX6/7 SoCs.

Signed-off-by: default avatarAnson Huang <Anson.Huang@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 135be16d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -86,7 +86,7 @@
		};

		aips1: bus@2000000 {
			iomuxc: iomuxc@20e0000 {
			iomuxc: pinctrl@20e0000 {
				compatible = "fsl,imx6dl-iomuxc";
			};

+1 −1
Original line number Diff line number Diff line
@@ -181,7 +181,7 @@
				};
			};

			iomuxc: iomuxc@20e0000 {
			iomuxc: pinctrl@20e0000 {
				compatible = "fsl,imx6q-iomuxc";
			};
		};
+1 −1
Original line number Diff line number Diff line
@@ -908,7 +908,7 @@
				};
			};

			iomuxc: iomuxc@20e0000 {
			iomuxc: pinctrl@20e0000 {
				compatible = "fsl,imx6dl-iomuxc", "fsl,imx6q-iomuxc";
				reg = <0x20e0000 0x4000>;
			};
+1 −1
Original line number Diff line number Diff line
@@ -728,7 +728,7 @@
				reg = <0x020e0000 0x38>;
			};

			iomuxc: iomuxc@20e0000 {
			iomuxc: pinctrl@20e0000 {
				compatible = "fsl,imx6sl-iomuxc";
				reg = <0x020e0000 0x4000>;
			};
+1 −1
Original line number Diff line number Diff line
@@ -806,7 +806,7 @@
				};
			};

			iomuxc: iomuxc@20e0000 {
			iomuxc: pinctrl@20e0000 {
				compatible = "fsl,imx6sx-iomuxc";
				reg = <0x020e0000 0x4000>;
			};
Loading