summaryrefslogtreecommitdiff
path: root/overlays/colibri-imx7_ad7879_overlay.dts
diff options
context:
space:
mode:
authorAishwarya Kothari <aishwarya.kothari@toradex.com>2022-09-28 14:11:24 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2022-10-03 16:23:30 +0200
commit943af5413b7521723a3a80a11e9e1e438846ac9b (patch)
tree976dfbd0290d04813b5f5896c9f57ab16c4eb431 /overlays/colibri-imx7_ad7879_overlay.dts
parenta309fb3c2df3db40c2dd9e4c56c960c3f0a7580c (diff)
colibri-imx7: 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-imx7_ad7879_overlay.dts')
-rw-r--r--overlays/colibri-imx7_ad7879_overlay.dts19
1 files changed, 0 insertions, 19 deletions
diff --git a/overlays/colibri-imx7_ad7879_overlay.dts b/overlays/colibri-imx7_ad7879_overlay.dts
deleted file mode 100644
index c9d06e6..0000000
--- a/overlays/colibri-imx7_ad7879_overlay.dts
+++ /dev/null
@@ -1,19 +0,0 @@
-// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
-/*
- * Copyright 2020-2021 Toradex
- */
-
-// Enable the resistive touch controller (AD7879) on the Colibri iMX7
-
-/dts-v1/;
-/plugin/;
-
-/ {
- compatible = "toradex,colibri-imx7d",
- "toradex,colibri-imx7d-emmc",
- "toradex,colibri-imx7s";
-};
-
-&ad7879_ts {
- status = "okay";
-};