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

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
Loading
Loading
Loading
Loading
+55 −57
Original line number Diff line number Diff line
@@ -51,7 +51,6 @@
};

&iomuxc {
	apf6 {
	pinctrl_enet: enetgrp {
		fsl,pins = <
			MX6QDL_PAD_ENET_MDIO__ENET_MDIO		0x1b8b0
@@ -112,4 +111,3 @@
		>;
	};
};
};
+152 −154
Original line number Diff line number Diff line
@@ -254,7 +254,6 @@
	pinctrl-names = "default";
	pinctrl-0 = <&pinctrl_gpios>;

	apf6dev {
	pinctrl_audmux: audmuxgrp {
		fsl,pins = <
			MX6QDL_PAD_CSI0_DAT4__AUD3_TXC  0x1b0b0
@@ -428,4 +427,3 @@
		>;
	};
};
};