summaryrefslogtreecommitdiff
path: root/overlays/Makefile
AgeCommit message (Collapse)Author
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>