Commits
Octavian Purdila committed 52269af5ac7
MLK-13890 ARM: dts: imx6ul-14x14-evk: remove a few pins from hoggrp-1 They belong in the usdhc1 group, where they were already present and which causes the usdhc1 device to fail probe: [ 1.484978] imx6ul-pinctrl 20e0000.iomuxc: pin MX6UL_PAD_UART1_RTS_B already requested by 20e0000.iomuxc; cannot claim for 2190000.usdhc [ 1.496166] imx6ul-pinctrl 20e0000.iomuxc: pin-36 (2190000.usdhc) status -22 [ 1.501959] imx6ul-pinctrl 20e0000.iomuxc: could not request pin 36 (MX6UL_PAD_UART1_RTS_B) from group usdhc1grp on device 20e0000.iomuxc [ 1.513186] sdhci-esdhc-imx 2190000.usdhc: Error applying setting, reverse things back Note that out internal commit cf65c8d ("MLK-11300-02 ARM: dts: imx: add imx6ul board dts support") is similar with the upstream commit a5fcccb ("ARM: dts: imx: add imx6ul and imx6ul evk board support") but since it has more nodes defined we had to integrate parts of it nonetheless. Signed-off-by: Octavian Purdila <octavian.purdila@nxp.com>