From 653cb21b42a735b8dca99489837c0baa61ec1503 Mon Sep 17 00:00:00 2001 From: Oleksii Bidnichenko Date: Sun, 22 Aug 2021 13:38:22 +0300 Subject: imx6ull-emmc: add overlays Add following overlays: - Parallel RGB support - Parallel RGB LVDS support - Atmel MXT TS for boards with Capacitive Touch Connector - Atmel MXT TS for Capacitive Touch Adapter - Toradex 7" resistive touchscreen ad7879 Related-to: ELB-4065 Related-to: ELB-4080 Signed-off-by: Oleksii Bidnichenko --- overlays/colibri-imx6ull_ad7879_overlay.dts | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 overlays/colibri-imx6ull_ad7879_overlay.dts (limited to 'overlays/colibri-imx6ull_ad7879_overlay.dts') diff --git a/overlays/colibri-imx6ull_ad7879_overlay.dts b/overlays/colibri-imx6ull_ad7879_overlay.dts new file mode 100644 index 0000000..c109926 --- /dev/null +++ b/overlays/colibri-imx6ull_ad7879_overlay.dts @@ -0,0 +1,22 @@ +// 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"; +}; -- cgit v1.2.3