1
0
Fork 0

MLK-18789: arch: arm64: fsl-imx8qxp: Move conflicting pin

The SC_P_MCLK_OUT0_ADMA_ACM_MCLK_OUT0 pin was conflicting with the pins
needed by the eLCDIF, so it was commented out with a TODO.
In order to fix this conflict, re-write this pinctrl group in the lcdif
specific dts file so that the conflict is handled properly.

Fixes: 471c6dc358fe ("ARM64: dts: imx8dx: Add dts file for lcdif")
Signed-off-by: Robert Chiras <robert.chiras@nxp.com>
pull/10/head
Robert Chiras 2018-10-12 17:52:45 +03:00 committed by Jason Liu
parent e299dda0e7
commit 9630c660e1
2 changed files with 10 additions and 2 deletions

View File

@ -52,6 +52,16 @@
};
&iomuxc {
imx8qxp-mek {
pinctrl_hog: hoggrp {
fsl,pins = <
SC_P_COMP_CTL_GPIO_1V8_3V3_GPIORHB_PAD 0x000514a0
>;
};
};
};
&esai0 {
status = "disabled";
};

View File

@ -264,9 +264,7 @@
imx8qxp-mek {
pinctrl_hog: hoggrp {
fsl,pins = <
/* TODO: conflicts with LCDIF!!!
SC_P_MCLK_OUT0_ADMA_ACM_MCLK_OUT0 0x0600004c
*/
SC_P_COMP_CTL_GPIO_1V8_3V3_GPIORHB_PAD 0x000514a0
>;
};