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

Commit d31c46c0 authored by Tim Harvey's avatar Tim Harvey Committed by Shawn Guo
Browse files

ARM: dts: imx: ventana: remove container node from iomuxc nodes



The container node in the iomuxc node is no longer necessary and causes
pinctl errors on the Ventana boards with analog video capture
since aa12693e:

pinctrl core: initialized pinctrl subsystem
imx6q-pinctrl 20e0000.iomuxc: no groups defined in /soc/aips-bus@02000000/iomuxc@020e0000/adv7180grp
imx6q-pinctrl 20e0000.iomuxc: no groups defined in /soc/aips-bus@02000000/iomuxc@020e0000/ipu2_csi1grp
imx6q-pinctrl 20e0000.iomuxc: initialized IMX pinctrl driver
imx6q-pinctrl 20e0000.iomuxc: function 'iomuxc' not supported
imx6q-pinctrl 20e0000.iomuxc: invalid function iomuxc in map table
imx6q-pinctrl 20e0000.iomuxc: function 'iomuxc' not supported
imx6q-pinctrl 20e0000.iomuxc: invalid function iomuxc in map table

Signed-off-by: default avatarTim Harvey <tharvey@gateworks.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent d016b46a
Loading
Loading
Loading
Loading
+106 −109
Original line number Diff line number Diff line
@@ -392,8 +392,6 @@
};

&iomuxc {
	imx6q-gw5400-a {

	pinctrl_audmux: audmuxgrp {
		fsl,pins = <
			MX6QDL_PAD_SD2_DAT0__AUD4_RXD		0x130b0
@@ -515,4 +513,3 @@
		>;
	};
};
};
+149 −151
Original line number Diff line number Diff line
@@ -332,7 +332,6 @@
};

&iomuxc {
	imx6qdl-gw51xx {
	pinctrl_adv7180: adv7180grp {
		fsl,pins = <
			MX6QDL_PAD_CSI0_DAT5__GPIO5_IO23        0x0001b0b0
@@ -503,4 +502,3 @@
		>;
	};
};
};
+184 −186
Original line number Diff line number Diff line
@@ -423,7 +423,6 @@
};

&iomuxc {
	imx6qdl-gw52xx {
	pinctrl_audmux: audmuxgrp {
		fsl,pins = <
			MX6QDL_PAD_SD2_DAT0__AUD4_RXD		0x130b0
@@ -632,4 +631,3 @@
		>;
	};
};
};
+177 −179
Original line number Diff line number Diff line
@@ -415,7 +415,6 @@
};

&iomuxc {
	imx6qdl-gw53xx {
	pinctrl_audmux: audmuxgrp {
		fsl,pins = <
			MX6QDL_PAD_SD2_DAT0__AUD4_RXD		0x130b0
@@ -616,4 +615,3 @@
		>;
	};
};
};
+191 −193
Original line number Diff line number Diff line
@@ -468,7 +468,6 @@
};

&iomuxc {
	imx6qdl-gw54xx {
	pinctrl_audmux: audmuxgrp {
		fsl,pins = <
			MX6QDL_PAD_SD2_DAT0__AUD4_RXD		0x130b0
@@ -685,4 +684,3 @@
		>;
	};
};
};
Loading