From 2039220681f7d4456928a6e6508b1106bded45bb Mon Sep 17 00:00:00 2001 From: Oleksandr Suvorov Date: Wed, 30 Dec 2020 17:29:49 +0200 Subject: colibri-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-3395 Signed-off-by: Oleksandr Suvorov --- overlays/colibri-imx6_stmpe-ts_overlay.dts | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 overlays/colibri-imx6_stmpe-ts_overlay.dts (limited to 'overlays/colibri-imx6_stmpe-ts_overlay.dts') diff --git a/overlays/colibri-imx6_stmpe-ts_overlay.dts b/overlays/colibri-imx6_stmpe-ts_overlay.dts new file mode 100644 index 0000000..adb7fbe --- /dev/null +++ b/overlays/colibri-imx6_stmpe-ts_overlay.dts @@ -0,0 +1,14 @@ +// Resitive STMPE touchscreen for the 7inch resistive touch display orderable at Toradex. + +/dts-v1/; +/plugin/; + +/ { + compatible = "toradex,colibri_imx6dl", + "toradex,colibri-imx6dl"; +}; + +&stmpe_ts { + status = "okay"; +}; + -- cgit v1.2.3