mirror of
https://github.com/torvalds/linux.git
synced 2026-05-26 16:12:59 +02:00
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:
parent
6429a399ae
commit
30b847665e
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user