On Wed, Dec 16, 2015 at 07:12:05PM +0100, Michael Trimarchi wrote:
quoted
quoted
quoted
+ imx6qdl-icore-rqs {
+
With commit 5fcdf6a7ed95 (pinctrl: imx: Allow parsing DT without function
nodes) in place, we can now save this container.
If I save this I can not register usb. Group is not found
[ 2.768476] imx6q-pinctrl 20e0000.iomuxc: unable to find group for node usdhc1grp-1
[ 2.768844] imx6q-pinctrl 20e0000.iomuxc: unable to find group for node usdhc1grp-1
[ 2.768932] sdhci-esdhc-imx: probe of 2190000.usdhc failed with error -22
[ 2.768994] imx6q-pinctrl 20e0000.iomuxc: unable to find group for node usdhc3grp-2
[ 2.769240] imx6q-pinctrl 20e0000.iomuxc: unable to find group for node usdhc3grp-2
[ 2.769322] sdhci-esdhc-imx: probe of 2198000.usdhc failed with error -22
[ 2.769381] imx6q-pinctrl 20e0000.iomuxc: unable to find group for node usdhc4grp-1
[ 2.769621] imx6q-pinctrl 20e0000.iomuxc: unable to find group for node usdhc4grp-1
[ 2.769701] sdhci-esdhc-imx: probe of 219c000.usdhc failed with error -22
Sorry. I just found that to get this work on imx6q board we need to
clean up the ipu2/ipu2grp-1 group. I just send a patch doing that with
you on copy. Let me know if it works for you.
Shawn