diff options
author | Ernest Van Hoecke <ernest.vanhoecke@toradex.com> | 2025-02-26 12:52:15 +0100 |
---|---|---|
committer | Ernest Van Hoecke <ernest.vanhoecke@toradex.com> | 2025-03-12 10:30:59 +0100 |
commit | 79fd18c57ec1de38738cdd188158c4ff44fd099c (patch) | |
tree | 39a2c0a70b8f8ee4c39525e51406582d4f738e33 | |
parent | fcaa3af610fe265d5f9af99e87bfd0262ae40771 (diff) |
apalis/colibri-imx6: Support SoM v1.2 resistive touch
The Apalis and Colibri iMX6 v1.2 replaced the STMPE811 which is now EOL
with the AD7879 touch controller and TLA2024 ADC.
Both the AD7879 and the STMPE811 are now enabled by default in the
device trees. There is no need to selectively enable them in an overlay.
Therefore, delete and no longer include the STMPE overlay DTSIs:
- apalis-imx6_stmpe-ts_overlay.dtsi
- colibri-imx6_stmpe-ts_overlay.dtsi
Related-to: ELB-5891
Signed-off-by: Ernest Van Hoecke <ernest.vanhoecke@toradex.com>
-rw-r--r-- | overlays/apalis-imx6_panel-res-touch-7inch_overlay.dts | 1 | ||||
-rw-r--r-- | overlays/apalis-imx6_stmpe-ts_overlay.dtsi | 11 | ||||
-rw-r--r-- | overlays/colibri-imx6_panel-res-touch-7inch_overlay.dts | 1 | ||||
-rw-r--r-- | overlays/colibri-imx6_stmpe-ts_overlay.dtsi | 11 |
4 files changed, 0 insertions, 24 deletions
diff --git a/overlays/apalis-imx6_panel-res-touch-7inch_overlay.dts b/overlays/apalis-imx6_panel-res-touch-7inch_overlay.dts index caf4943..7684a69 100644 --- a/overlays/apalis-imx6_panel-res-touch-7inch_overlay.dts +++ b/overlays/apalis-imx6_panel-res-touch-7inch_overlay.dts @@ -13,6 +13,5 @@ compatible = "toradex,apalis_imx6q"; }; -#include "apalis-imx6_stmpe-ts_overlay.dtsi" #include "apalis-imx6_parallel-rgb_overlay.dtsi" #include "display-lt161010_overlay.dtsi" diff --git a/overlays/apalis-imx6_stmpe-ts_overlay.dtsi b/overlays/apalis-imx6_stmpe-ts_overlay.dtsi deleted file mode 100644 index f75fd83..0000000 --- a/overlays/apalis-imx6_stmpe-ts_overlay.dtsi +++ /dev/null @@ -1,11 +0,0 @@ -// SPDX-License-Identifier: GPL-2.0-or-later OR MIT -/* - * Copyright 2020-2022 Toradex - */ - -// Resistive STMPE touch controller for the 7" display orderable -// at Toradex. - -&stmpe_ts { - status = "okay"; -}; diff --git a/overlays/colibri-imx6_panel-res-touch-7inch_overlay.dts b/overlays/colibri-imx6_panel-res-touch-7inch_overlay.dts index 3ef2652..48323c9 100644 --- a/overlays/colibri-imx6_panel-res-touch-7inch_overlay.dts +++ b/overlays/colibri-imx6_panel-res-touch-7inch_overlay.dts @@ -17,5 +17,4 @@ }; #include "colibri-imx6_parallel-rgb_overlay.dtsi" -#include "colibri-imx6_stmpe-ts_overlay.dtsi" #include "display-lt161010_overlay.dtsi" diff --git a/overlays/colibri-imx6_stmpe-ts_overlay.dtsi b/overlays/colibri-imx6_stmpe-ts_overlay.dtsi deleted file mode 100644 index f75fd83..0000000 --- a/overlays/colibri-imx6_stmpe-ts_overlay.dtsi +++ /dev/null @@ -1,11 +0,0 @@ -// SPDX-License-Identifier: GPL-2.0-or-later OR MIT -/* - * Copyright 2020-2022 Toradex - */ - -// Resistive STMPE touch controller for the 7" display orderable -// at Toradex. - -&stmpe_ts { - status = "okay"; -}; |