From 1c4c2bd1280b16da3fe482ab441696a61c494ebe Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Wed, 29 Jun 2022 18:21:17 +0200 Subject: colibri-imx6ull: atmel-mxt: connector: fully specify the used pins Depending on the carrier board the full device tree either configures the touscreen for use with the adapter or the dedicated connector. Thus the overlay should not assume that the configuration is already done for the connector pinout. Signed-off-by: Max Krummenacher --- overlays/colibri-imx6ull_atmel-mxt-connector_overlay.dts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/overlays/colibri-imx6ull_atmel-mxt-connector_overlay.dts b/overlays/colibri-imx6ull_atmel-mxt-connector_overlay.dts index 0487541..4aea144 100644 --- a/overlays/colibri-imx6ull_atmel-mxt-connector_overlay.dts +++ b/overlays/colibri-imx6ull_atmel-mxt-connector_overlay.dts @@ -9,11 +9,18 @@ /dts-v1/; /plugin/; +#include +#include + / { compatible = "toradex,colibri-imx6ull-emmc"; }; &atmel_mxt_ts { + pinctrl-0 = <&pinctrl_atmel_conn &pinctrl_atmel_snvs_conn>; + interrupt-parent = <&gpio5>; + interrupts = <4 IRQ_TYPE_EDGE_FALLING>; /* SODIMM_107, INT */ + reset-gpios = <&gpio1 10 GPIO_ACTIVE_HIGH>; /* SODIMM_106, RST */ status = "okay"; }; -- cgit v1.2.3