summaryrefslogtreecommitdiff
path: root/overlays/colibri-imx6_panel-cap-touch-10inch-lvds_overlay.dts
diff options
context:
space:
mode:
authorAishwarya Kothari <aishwarya.kothari@toradex.com>2022-09-08 16:09:27 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2022-10-03 16:23:30 +0200
commitbcb97544083ee6fe87ed4238bf1839842ffd9996 (patch)
treef69ed025a6f35f7b44b42c886e13d8fdddd5e42a /overlays/colibri-imx6_panel-cap-touch-10inch-lvds_overlay.dts
parente9291c3ef183c55ce000450fb2abc4ec4de9b540 (diff)
colibri-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. Signed-off-by: Aishwarya Kothari <aishwarya.kothari@toradex.com>
Diffstat (limited to 'overlays/colibri-imx6_panel-cap-touch-10inch-lvds_overlay.dts')
-rw-r--r--overlays/colibri-imx6_panel-cap-touch-10inch-lvds_overlay.dts22
1 files changed, 22 insertions, 0 deletions
diff --git a/overlays/colibri-imx6_panel-cap-touch-10inch-lvds_overlay.dts b/overlays/colibri-imx6_panel-cap-touch-10inch-lvds_overlay.dts
new file mode 100644
index 0000000..61f3ce2
--- /dev/null
+++ b/overlays/colibri-imx6_panel-cap-touch-10inch-lvds_overlay.dts
@@ -0,0 +1,22 @@
+// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
+/*
+ * Copyright 2022 Toradex
+ */
+
+// Enable the parallel RGB interface on the Colibri iMX6 and the
+// LVDS transceiver on the Iris v2.0A with a connected capacitive
+// touch 10.1" LVDS display.
+
+#include <dt-bindings/gpio/gpio.h>
+#include <dt-bindings/interrupt-controller/irq.h>
+
+/dts-v1/;
+/plugin/;
+
+/ {
+ compatible = "toradex,colibri_imx6dl";
+};
+
+#include "colibri-imx6_atmel-mxt-adapter_overlay.dtsi"
+#include "colibri-imx6_parallel-rgb-lvds_overlay.dtsi"
+#include "display-dpi-lt170410_overlay.dtsi"