ARM: dts: imx6q-apalis: Disable stmpe touchscreen

Unify its label with other toradex SoM dtbs.
This allows to enable it in an overlay per the current
system configuration.

Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
Oleksandr Suvorov 2022-06-15 13:49:59 +02:00 committed by Shawn Guo
parent 6429a399ae
commit 30b847665e

View File

@ -592,7 +592,7 @@ stmpe811@41 {
/* ADC conversion time: 80 clocks */
st,sample-time = <4>;
stmpe_touchscreen: stmpe_touchscreen {
stmpe_ts: stmpe_touchscreen {
compatible = "st,stmpe-ts";
/* 8 sample average control */
st,ave-ctrl = <3>;
@ -607,6 +607,7 @@ stmpe_touchscreen: stmpe_touchscreen {
st,settling = <3>;
/* 5 ms touch detect interrupt delay */
st,touch-det-delay = <5>;
status = "disabled";
};
stmpe_adc: stmpe_adc {