summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6sx-sdb-lcdif1.dts
AgeCommit message (Collapse)Author
2019-02-12MLK-14548: video: dts: Remove unused regulatorCristina Ciocan
The reg_lcd_3v3 regulator is, theoretically, used by the display controller eLCDIF as lcd supply. When enabling the HDMI trasnmitter Sil902x, a gpio pin needed by the regulator is taken by the HDMI TX as reset pin, so the regulator probe fails and is never used. The imx6sx-sdb-lcdif1.dts file is used for HDMI functionality, thus enabling the HDMI transmitter invalidates any possible use of the reg_lcd_3v3 regulator. This patch removes the regulator enablement from the HDMI-specific dts. Signed-off-by: Cristina Ciocan <cristina-mihaela.ciocan@nxp.com>
2019-02-12MLK-14292: 4.9 rebase: LCDIF: 6SX SDB does not boot with lcdif dtsCristina Ciocan
On imx6SX SDB eLCDIF driver cannot coexist with CAAM driver. The cause seems to be an ipg clk that failes to be identified by the CAAM driver. This patch disables the CAAM driver by setting its status to "disabled" in the dts used for obtaining LCDIF functionality. Signed-off-by: Cristina Ciocan <cristina-mihaela.ciocan@nxp.com>
2019-02-12MLK-12931 lcdif: fix "lcd-3v3: Failed to request enable GPIO91: -16"Robby Cai
The PIN is conflicted with CSI camera. Need to disable CSI to make lcdif work. Signed-off-by: Robby Cai <robby.cai@gmail.com>
2019-02-12MLK-11603-3: dts: Enable sii902x hdmi driver on 4.1.y branchSandor Yu
Add sii902x hdmi driver to imx6sl, imx6sx and imx7d boards. Signed-off-by: Sandor Yu <R01008@freescale.com>