summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/fsl-imx8qxp-mek-lcdif.dts
AgeCommit message (Collapse)Author
2019-02-12MLK-18789: arch: arm64: fsl-imx8qxp: Move conflicting pinRobert Chiras
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>
2019-02-12MLK-18789: arch: arm64: fsl-imx8qxp: Fix adma_pwm default statusRobert Chiras
The pwm_adma_lcdif node was created with status "okay" in the mek.dts file, causing a pin conflict with the audio subsystem, even though the lcdif pwm is not needed in this dts file. Move this node into it's specific dts file: mek-lcdif, since it is only needed by the lcdif. Signed-off-by: Robert Chiras <robert.chiras@nxp.com>
2019-02-12MLK-18789-5: ARM64: dts: imx8dx: Add dts file for lcdifRobert Chiras
Add nodes for the ADMA eLCDIF controller found in i.MX8QXP and specific dts file for it's usage with the Seiko 43WVF1G LCD panel. Signed-off-by: Robert Chiras <robert.chiras@nxp.com>