Skip to content

Commit a346d4d

Browse files
eghidoliShawn Guo
authored andcommitted
arm64: dts: colibri-imx8x: fix eval board pin configuration
Fix pinctrl groups to have SODIMM 75 only in one group. Remove configuration of the pin at SoM level because it is normally used as CSI_MCLK at camera interface connector. Without this fix it is not possible, without redefining iomuxc pinctrl, to use CSI_MCLK signal and leads to the following error messages: imx8qxp-pinctrl scu:pinctrl: pin IMX8QXP_CSI_MCLK already requested imx8qxp-pinctrl scu:pinctrl: pin-147 (16-003c) status -22 Fixes: 4d2adf7 ("arm64: dts: colibri-imx8x: Split pinctrl_hog1") Signed-off-by: Emanuele Ghidoli <emanuele.ghidoli@toradex.com> Signed-off-by: Andrejs Cainikovs <andrejs.cainikovs@toradex.com> Signed-off-by: Francesco Dolcini <francesco.dolcini@toradex.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
1 parent 07bb2e3 commit a346d4d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

arch/arm64/boot/dts/freescale/imx8x-colibri.dtsi

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@
365365
&iomuxc {
366366
pinctrl-names = "default";
367367
pinctrl-0 = <&pinctrl_ext_io0>, <&pinctrl_hog0>, <&pinctrl_hog1>,
368-
<&pinctrl_hog2>, <&pinctrl_lpspi2_cs2>;
368+
<&pinctrl_lpspi2_cs2>;
369369

370370
/* On-module touch pen-down interrupt */
371371
pinctrl_ad7879_int: ad7879intgrp {
@@ -499,8 +499,7 @@
499499
};
500500

501501
pinctrl_hog1: hog1grp {
502-
fsl,pins = <IMX8QXP_CSI_MCLK_LSIO_GPIO3_IO01 0x20>, /* SODIMM 75 */
503-
<IMX8QXP_QSPI0A_SCLK_LSIO_GPIO3_IO16 0x20>; /* SODIMM 93 */
502+
fsl,pins = <IMX8QXP_QSPI0A_SCLK_LSIO_GPIO3_IO16 0x20>; /* SODIMM 93 */
504503
};
505504

506505
pinctrl_hog2: hog2grp {

0 commit comments

Comments
 (0)