Hardware:
Colibri iMX6DL
with Viola Carrier Board Rev 1.2
TorizonCore 5.7.2
Hi there,
We have a LCD display + Resistive Touch connected via the Unified Interface Display Connector (X7). The LCD display is working with the required device tree overlay support.
The TOUCH_TSPY + TOUCH_TSMX + TOUCH_TSMY + TOUCH_TSPX signals are connected (via the X7 ribbon cable). Is there a device tree overlay file to support this?
Would the ‘colibri-imx6_stmpe-ts_overlay.dts’ file be the correct way to enable the touch input for this form of interface.
i.e. include this DTO
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
/*
* Copyright 2020-2021 Toradex
*/
// Resitive STMPE touchscreen touchscreen for the 7inch display orderable at Toradex.
/dts-v1/;
/plugin/;
/ {
compatible = "toradex,colibri_imx6dl";
};
&stmpe_ts {
status = "okay";
};
Many Thanks Jon