Commit 0f648259 authored by Sébastien Szymanski's avatar Sébastien Szymanski Committed by Shawn Guo

ARM: dts: imx6qdl-{apf6, apf6dev}: remove container node around pinctrl nodes

Remove the function node around the pinctrl nodes that was obsoleted
by commit 5fcdf6a7 ("pinctrl: imx: Allow parsing DT without
function nodes").
Signed-off-by: default avatarSébastien Szymanski <sebastien.szymanski@armadeus.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 3307505f
...@@ -51,7 +51,6 @@ &usdhc3 { ...@@ -51,7 +51,6 @@ &usdhc3 {
}; };
&iomuxc { &iomuxc {
apf6 {
pinctrl_enet: enetgrp { pinctrl_enet: enetgrp {
fsl,pins = < fsl,pins = <
MX6QDL_PAD_ENET_MDIO__ENET_MDIO 0x1b8b0 MX6QDL_PAD_ENET_MDIO__ENET_MDIO 0x1b8b0
...@@ -111,5 +110,4 @@ MX6QDL_PAD_SD3_DAT6__SD3_DATA6 0x17059 ...@@ -111,5 +110,4 @@ MX6QDL_PAD_SD3_DAT6__SD3_DATA6 0x17059
MX6QDL_PAD_SD3_DAT7__SD3_DATA7 0x17059 MX6QDL_PAD_SD3_DAT7__SD3_DATA7 0x17059
>; >;
}; };
};
}; };
...@@ -254,7 +254,6 @@ &iomuxc { ...@@ -254,7 +254,6 @@ &iomuxc {
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&pinctrl_gpios>; pinctrl-0 = <&pinctrl_gpios>;
apf6dev {
pinctrl_audmux: audmuxgrp { pinctrl_audmux: audmuxgrp {
fsl,pins = < fsl,pins = <
MX6QDL_PAD_CSI0_DAT4__AUD3_TXC 0x1b0b0 MX6QDL_PAD_CSI0_DAT4__AUD3_TXC 0x1b0b0
...@@ -427,5 +426,4 @@ pinctrl_touchscreen: touchscreengrp { ...@@ -427,5 +426,4 @@ pinctrl_touchscreen: touchscreengrp {
MX6QDL_PAD_CSI0_DAT17__GPIO6_IO03 0x1b0b0 MX6QDL_PAD_CSI0_DAT17__GPIO6_IO03 0x1b0b0
>; >;
}; };
};
}; };
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