From 967e80498382dabf82ad8910fe9f4156cbf1436c Mon Sep 17 00:00:00 2001 From: Oleksandr Suvorov Date: Mon, 23 Nov 2020 19:34:05 +0200 Subject: overlays: apalis-imx6: add stmpe touchscreen The STMPE resistive touchscreen device remains disabled in the main devicetree. Add the overlay to be able using it with Resistive Touch Display 7". Related-to: ELB-3240 Signed-off-by: Oleksandr Suvorov --- overlays/apalis-imx6_stmpe-ts_overlay.dts | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 overlays/apalis-imx6_stmpe-ts_overlay.dts (limited to 'overlays/apalis-imx6_stmpe-ts_overlay.dts') diff --git a/overlays/apalis-imx6_stmpe-ts_overlay.dts b/overlays/apalis-imx6_stmpe-ts_overlay.dts new file mode 100644 index 0000000..69e1c9a --- /dev/null +++ b/overlays/apalis-imx6_stmpe-ts_overlay.dts @@ -0,0 +1,13 @@ +// Resitive STMPE touchscreen for the 7inch resistive touch display orderable at Toradex. + +/dts-v1/; +/plugin/; + +/ { + compatible = "toradex,apalis_imx6q"; +}; + +&stmpe_ts { + status = "okay"; +}; + -- cgit v1.2.3