summaryrefslogtreecommitdiff
path: root/overlays/colibri-imx8x_parallel-rgb_overlay.dts
AgeCommit message (Collapse)Author
2021-06-24colibri-imx8x: display-lcdif, parallel-rgb and display-vga overlay: clean-upMarcel Ziswiler
Cosmetic clean-up: re-order, white space, etc. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
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-03-27overlays: cosmetic clean-upMarcel Ziswiler
Cosmetic clean-up without any functional impact: - white space clean-up - re-order nodes/properties - adding missing new lines - remove obsolete includes - remove spurious new lines - change 7", 7inch, 10" and 10inch consistently to 7 inch resp. 10 inch Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2021-02-18Add license to all overlaysPhilippe Schenker
Use the same license as we use on regular linux-tree Related-to: ELB-2958 Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com>
2021-02-16overlays: colibri-imx8x: simplify parallel-rgb overlayOleksandr Suvorov
Move all common properties of parallel-rgb interface and other related stuff to the main devicetree. Related-to: ELB-3246 Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
2021-02-08overlays: colibri-imx8x: fix parallel rgb overlayOleksandr Suvorov
After the commit 4ee1ddfdcefce34d the adma_pwm_lpcg node remains disabled by default. It prevents working a backlight properly. Enable this node in the overlay fixes a working of the Parallel RGB interface. Related-to: ELB-3530 Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
2020-09-09colibri-imx8x: move lcdif and panel linkage to overlayOleksandr Suvorov
LCDIF interface, backlight and DPI panel are disabled by default in toradex_5.4-2.1.x-imx kernel. Revert overlay to enable lcdif interface, backlight and panel-dpi. Related-to: ELB-2907 Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>