summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Schenker <philippe.schenker@toradex.com>2022-10-05 14:44:27 +0200
committerPhilippe Schenker <philippe.schenker@toradex.com>2022-10-05 14:44:27 +0200
commit3b9521e502143c15963baf27d5e0e46edb5c08ee (patch)
tree1fc1bfa8a8dcc8b7e0d7298cd28e4ed1043eeb90
parentb064bed5d11be5bcf759b62bbebc081197850a20 (diff)
colibri-imx7: workaround for atmel-mxt connector
Settings for adapter are wrongly redefined in imx7-colibri-eval-v3.dtsi which leads to this overlay currently not working. As a workaround, do redefine these settings again in this overlay. Related-to: ELB-4830 Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com>
-rw-r--r--overlays/colibri-imx7_atmel-mxt-connector_overlay.dtsi4
1 files changed, 4 insertions, 0 deletions
diff --git a/overlays/colibri-imx7_atmel-mxt-connector_overlay.dtsi b/overlays/colibri-imx7_atmel-mxt-connector_overlay.dtsi
index aea097b..786c5a5 100644
--- a/overlays/colibri-imx7_atmel-mxt-connector_overlay.dtsi
+++ b/overlays/colibri-imx7_atmel-mxt-connector_overlay.dtsi
@@ -7,6 +7,10 @@
// orderable at Toradex. Compatible with a Capacitive Touch Connector.
&atmel_mxt_ts {
+ pinctrl-0 = <&pinctrl_atmel_connector>;
+ interrupt-parent = <&gpio2>;
+ interrupts = <15 IRQ_TYPE_EDGE_FALLING>;
+ reset-gpios = <&gpio2 28 GPIO_ACTIVE_LOW>;
status = "okay";
};