Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Oleksandr Suvorov and committed by
Shawn Guo
30b84766 6429a399

+2 -1
+2 -1
arch/arm/boot/dts/imx6qdl-apalis.dtsi
··· 592 592 /* ADC conversion time: 80 clocks */ 593 593 st,sample-time = <4>; 594 594 595 - stmpe_touchscreen: stmpe_touchscreen { 595 + stmpe_ts: stmpe_touchscreen { 596 596 compatible = "st,stmpe-ts"; 597 597 /* 8 sample average control */ 598 598 st,ave-ctrl = <3>; ··· 607 607 st,settling = <3>; 608 608 /* 5 ms touch detect interrupt delay */ 609 609 st,touch-det-delay = <5>; 610 + status = "disabled"; 610 611 }; 611 612 612 613 stmpe_adc: stmpe_adc {