summaryrefslogtreecommitdiff
path: root/overlays/colibri-imx6ull_ad7879_overlay.dts
diff options
context:
space:
mode:
authorPhilippe Schenker <philippe.schenker@toradex.com>2022-08-11 13:29:38 +0200
committerPhilippe Schenker <philippe.schenker@toradex.com>2022-08-11 13:29:38 +0200
commitee4bc9b0dc2426ba3aef50e2d0c254b4e8fbbb43 (patch)
treef1bbabc537ed6476982f28a603a91fe8f78f6086 /overlays/colibri-imx6ull_ad7879_overlay.dts
parentd5905ae8af38f9b715f6605f239e53cc04f3e087 (diff)
remove unsupported 32bit machines
Toradex 32bit machines are no longer supported on the downstream branch so remove them and adjust the Makefile. Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com>
Diffstat (limited to 'overlays/colibri-imx6ull_ad7879_overlay.dts')
-rw-r--r--overlays/colibri-imx6ull_ad7879_overlay.dts22
1 files changed, 0 insertions, 22 deletions
diff --git a/overlays/colibri-imx6ull_ad7879_overlay.dts b/overlays/colibri-imx6ull_ad7879_overlay.dts
deleted file mode 100644
index c109926..0000000
--- a/overlays/colibri-imx6ull_ad7879_overlay.dts
+++ /dev/null
@@ -1,22 +0,0 @@
-// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
-/*
- * Copyright 2021 Toradex
- */
-
-// Enable the resistive touch controller (AD7879) on the Colibri iMX6ULL.
-
-/dts-v1/;
-/plugin/;
-
-/ {
- compatible = "toradex,colibri-imx6ull-emmc";
-};
-
-&ad7879_ts {
- status = "okay";
-};
-
-&i2c2 {
- /* Was disabled because ad7879 is a single I2C slave */
- status = "okay";
-};