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

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
...@@ -86,7 +86,7 @@ ocram: sram@900000 { ...@@ -86,7 +86,7 @@ ocram: sram@900000 {
}; };
aips1: bus@2000000 { aips1: bus@2000000 {
iomuxc: iomuxc@20e0000 { iomuxc: pinctrl@20e0000 {
compatible = "fsl,imx6dl-iomuxc"; compatible = "fsl,imx6dl-iomuxc";
}; };
......
...@@ -181,7 +181,7 @@ ecspi5: spi@2018000 { ...@@ -181,7 +181,7 @@ ecspi5: spi@2018000 {
}; };
}; };
iomuxc: iomuxc@20e0000 { iomuxc: pinctrl@20e0000 {
compatible = "fsl,imx6q-iomuxc"; compatible = "fsl,imx6q-iomuxc";
}; };
}; };
......
...@@ -908,7 +908,7 @@ mux: mux-controller { ...@@ -908,7 +908,7 @@ mux: mux-controller {
}; };
}; };
iomuxc: iomuxc@20e0000 { iomuxc: pinctrl@20e0000 {
compatible = "fsl,imx6dl-iomuxc", "fsl,imx6q-iomuxc"; compatible = "fsl,imx6dl-iomuxc", "fsl,imx6q-iomuxc";
reg = <0x20e0000 0x4000>; reg = <0x20e0000 0x4000>;
}; };
......
...@@ -728,7 +728,7 @@ gpr: iomuxc-gpr@20e0000 { ...@@ -728,7 +728,7 @@ gpr: iomuxc-gpr@20e0000 {
reg = <0x020e0000 0x38>; reg = <0x020e0000 0x38>;
}; };
iomuxc: iomuxc@20e0000 { iomuxc: pinctrl@20e0000 {
compatible = "fsl,imx6sl-iomuxc"; compatible = "fsl,imx6sl-iomuxc";
reg = <0x020e0000 0x4000>; reg = <0x020e0000 0x4000>;
}; };
......
...@@ -806,7 +806,7 @@ pd_pci: power-domain@3 { ...@@ -806,7 +806,7 @@ pd_pci: power-domain@3 {
}; };
}; };
iomuxc: iomuxc@20e0000 { iomuxc: pinctrl@20e0000 {
compatible = "fsl,imx6sx-iomuxc"; compatible = "fsl,imx6sx-iomuxc";
reg = <0x020e0000 0x4000>; reg = <0x020e0000 0x4000>;
}; };
......
...@@ -693,7 +693,7 @@ gpc: gpc@20dc000 { ...@@ -693,7 +693,7 @@ gpc: gpc@20dc000 {
interrupt-parent = <&intc>; interrupt-parent = <&intc>;
}; };
iomuxc: iomuxc@20e0000 { iomuxc: pinctrl@20e0000 {
compatible = "fsl,imx6ul-iomuxc"; compatible = "fsl,imx6ul-iomuxc";
reg = <0x020e0000 0x4000>; reg = <0x020e0000 0x4000>;
}; };
......
...@@ -490,7 +490,7 @@ kpp: keypad@30320000 { ...@@ -490,7 +490,7 @@ kpp: keypad@30320000 {
status = "disabled"; status = "disabled";
}; };
iomuxc: iomuxc@30330000 { iomuxc: pinctrl@30330000 {
compatible = "fsl,imx7d-iomuxc"; compatible = "fsl,imx7d-iomuxc";
reg = <0x30330000 0x10000>; reg = <0x30330000 0x10000>;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment