summaryrefslogtreecommitdiff
path: root/overlays/Makefile
AgeCommit message (Collapse)Author
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-04-01overlays: sort Makefile entries alphabeticallyOleksandr Suvorov
Sort overlays' entries in Makefile alphabetically. Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
2021-04-01overlays: colibri-imx7: LCD-LVDS transceiverOleksandr Suvorov
Add the overlay to support the LCD-LVDS transceiver on Iris v2.0A in single-channel RGB24 mode. Related-to: ELB-3898 Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
2021-03-30overlays: colibri-imx6: add LVDS transceiverOleksandr Suvorov
Add the overlay to support LCD-LVDS transceiver on Iris v2.0A. Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
2021-02-22overlays: colibri-imx7: add connector and adapter overlaysDenys Drozdov
Add overlays for: - Atmel MXT TS for boards with Capacitive Touch Connector - Atmel MXT TS for Capacitive Touch Adapter - Fusion F0710A TS for boards with Capacitive Touch Connector - Fusion F0710A TS for Capacitive Touch Adapter Signed-off-by: Denys Drozdov <denys.drozdov@toradex.com>
2021-02-16overlays: colibri-imx6: standartize PCAP overlaysOleksandr Suvorov
Add overlays for: - Atmel MXT TS for boards with Capacitive Touch Connector - Atmel MXT TS for Capacitive Touch Adapter Related-to: ELB-3243 Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
2021-02-16overlays: display: add VGA DPI displayOleksandr Suvorov
Add an overlay to support the standard VGA monitor. Related-to: ELB-3246 Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
2021-02-11overlays: display: add FullHD DPI displayOleksandr Suvorov
Add an overlay to support FullHD monitor connected to a VGA connector of Eval/Aster/Iris board. Related-to: ELB-3243 Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
2021-02-11overlays: colibri-imx6: add hdmi supportOleksandr Suvorov
The HDMI interface remains disabled in the main devicetree. Add the overlay that turns it on, making able to use HDMI monitors. Related-to: ELB-3243 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>
2021-02-09overlays: colibri-imx7: add ad7879 touchscreenOleksandr Suvorov
The AD7879 resistive touchscreen device remains disabled in the main devicetree. Add the overlay which turns it on for using with a Resistive Touch Display 7". Related-to: ELB-3395 Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
2021-02-06overlays: colibri-imx7: add lcdif overlayOleksandr Suvorov
The LCDIF interface and related devices remain disabled in the main devicetree. Add an overlay to enable an LCDIF (Parallel RGB) interface and all related subsystems. Related-to: ELB-3395 Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
2021-01-05colibri-imx6: add stmpe touchscreenOleksandr Suvorov
The STMPE resistive touchscreen device remains disabled in the main devicetree. Add the overlay to be able using it with Resistive Touch Display 7". Related-to: ELB-3395 Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
2020-12-29colibri-imx6: add parallel rgb overlayOleksandr Suvorov
Add an overlay to enable all parallel RGG related subsystems. Related-to: ELB-3395 Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
2020-11-26overlays: apalis-imx6: simplify ov5640 v1.1a camOleksandr Suvorov
As it was decided, move all definitions back to the main devicetree. Rename the overlay according to approved naming scheme. Related-to: ELB-3240 Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
2020-11-25overlays: apalis-imx6: add vga supportOleksandr Suvorov
The VGA interface and related stuff remain disabled in the main devicetree. Add the overlay that turns it on, enabling to use VGA monitors. Related-to: ELB-3240 Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
2020-11-25overlays: apalis-imx6: add hdmi supportOleksandr Suvorov
The HDMI interface and related stuff remain disabled in the main devicetree. Add the overlay that turns it on, enabling to use HDMI monitors. Related-to: ELB-3240 Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
2020-11-25overlays: apalis-imx6: add stmpe touchscreenOleksandr Suvorov
The STMPE resistive touchscreen device remains disabled in the main devicetree. Add the overlay that turns on this device, enabling to use it with a Resistive Touch Display 7". Related-to: ELB-3240 Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
2020-11-24overlays: add makefileOleksandr Suvorov
Add the initial version of Makefile using the reference solution from the commit 10a077204e0c ("overlays: add makefile using regular kbuild infrastructure") Realted-to: ELB-3239 Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>