summaryrefslogtreecommitdiff
path: root/overlays/colibri-imx8x_parallel-rgb-lvds_overlay.dts
AgeCommit message (Collapse)Author
2021-04-10overlays: colibri-imx8x: use mxsfb driver for LCD/VGA interfacesOleksandr Suvorov
This driver correctly supports display flags and fixes the pixel shift issue on displays with the data latching on the rising edge. The DPU-enabled driver for LCDIF device (display_lcdif) doesn't support display special flags. It prevents the VGA port on the Colibri Evaluation board working correctly. The driver mxsfb (adma_lcdif) works well with display flags, so that it should be used as a default driver for LCD panels and VGA monitors. Note, the mxsfb driver DOESN'T support imx dpu unit. Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
2021-04-02overlays: next cosmetic clean-upMarcel Ziswiler
Cosmetic clean-up without any functional impact: - white space clean-up - adding missing new line - add note about CSI Camera Module 5MP OV5640 only previously having been orderable at Toradex Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2021-03-29overlays: colibri-imx8x: add LVDS transceiverOleksandr Suvorov
Add the overlay to support LCD-LVDS transceiver on Iris v2.0A. Related-to: ELB-3876 Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>