summaryrefslogtreecommitdiff
path: root/overlays/Makefile
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2022-09-07 09:54:54 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2022-10-03 16:23:30 +0200
commit855deed457e0457cf2bc1bccfdf84b8bc44ca4a3 (patch)
treebd563792837242c2c55977f3e73a93bce56a47bb /overlays/Makefile
parent943af5413b7521723a3a80a11e9e1e438846ac9b (diff)
apalis-imx6: move to one overlay per accessory
Move the existing overlays to dtsi files and include them into one accessory dts. Provide data-mapping timings appropriately for each machine instead of the hardcoding and use a single overlay per SoC to avoid code duplication. Set the bus-format via toradex specific data-mapping property in the machine specifig overlay. Make sure the panel-dpi compatible is set correctly in the display specific overlay. While at it use new lines consistently and set sensible width and height dimension for a fullHD analog RGB monitor. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'overlays/Makefile')
-rw-r--r--overlays/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/overlays/Makefile b/overlays/Makefile
index 28d6c2f..dfea6af 100644
--- a/overlays/Makefile
+++ b/overlays/Makefile
@@ -20,16 +20,17 @@ HOSTCC := gcc $(DTS_INCLUDES)
PWD := $(shell pwd)
dtb-y += apalis-imx6_adv7280_overlay.dtbo
-dtb-y += apalis-imx6_atmel-mxt_overlay.dtbo
dtb-y += apalis-imx6_hdmi_overlay.dtbo
-dtb-y += apalis-imx6_lvds_overlay.dtbo
dtb-y += apalis-imx6_ov5640-v11a_overlay.dtbo
dtb-y += apalis-imx6_ov5640_overlay.dtbo
-dtb-y += apalis-imx6_parallel-rgb_overlay.dtbo
+dtb-y += apalis-imx6_panel-cap-touch-7inch_overlay.dtbo
+dtb-y += apalis-imx6_panel-cap-touch-10inch_overlay.dtbo
+dtb-y += apalis-imx6_panel-edt-5.7inch_overlay.dtbo
+dtb-y += apalis-imx6_panel-edt-7inch_overlay.dtbo
+dtb-y += apalis-imx6_panel-res-touch-7inch_overlay.dtbo
dtb-y += apalis-imx6_spi1_spidev_overlay.dtbo
dtb-y += apalis-imx6_spi2_spidev_overlay.dtbo
-dtb-y += apalis-imx6_stmpe-ts_overlay.dtbo
-dtb-y += apalis-imx6_vga_overlay.dtbo
+dtb-y += apalis-imx6_vga-640x480_overlay.dtbo
dtb-y += colibri-imx6_hdmi_overlay.dtbo
dtb-y += colibri-imx6_panel-cap-touch-7inch_adapter_overlay.dtbo
dtb-y += colibri-imx6_panel-cap-touch-7inch_overlay.dtbo