summaryrefslogtreecommitdiff
path: root/overlays/display-dpi-lt170410_overlay.dts
AgeCommit message (Collapse)Author
2022-06-29display-dpi-lt170410: change pixelclk polaritytoradex_5.4.yPhilippe Schenker
This timing is used for the Toradex 10.1" display which needs a different pixelclock polarity which this commit corrects. Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com>
2021-09-02imx6ull-emmc: add overlaysOleksii Bidnichenko
Add following overlays: - Parallel RGB support - Parallel RGB LVDS support - Atmel MXT TS for boards with Capacitive Touch Connector - Atmel MXT TS for Capacitive Touch Adapter - Toradex 7" resistive touchscreen ad7879 Related-to: ELB-4065 Related-to: ELB-4080 Signed-off-by: Oleksii Bidnichenko <oleksii.bidnichenko@toradex.com>
2021-02-19Add 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's avatarPhilippe Schenker <philippe.schenker@toradex.com>
2021-02-16overlays: colibri: Fix color format for 10" displayOleksandr Suvorov
The LCD interface of colibri-imx6 codes 24-bit mode in a different way than all other colibri modules. Thus using RGB24 mode prevents this overlay to be used with colibri-imx6. Use default RGB666 mode to make the overlay compatible with all colibri modules. Fixes: ecde642a77ee ("overlays: colibri-imx8x: move LVDS stuff to common display overlay") Related-to: ELB-3243 Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
2021-02-11overlays: fix compatible stringsOleksandr Suvorov
Fix compatible string sets for display and colibri-imx6 overlays. Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
2021-02-10overlays: colibri: Add 10" LVDS display overlayOleksandr Suvorov
The LVDS display connects via RGB->LVDS converter, so that we can use the parallel-rgb overlay, setting up only timing and data modes. Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>