diff options
author | Oleksandr Suvorov <[email protected]> | 2022-06-15 13:49:59 +0200 |
---|---|---|
committer | Shawn Guo <[email protected]> | 2022-06-20 09:12:29 +0800 |
commit | 30b847665e41d330ad0cec2bf42819875e2124eb (patch) | |
tree | a66a0b7c201f4e11af0d068172e09aeba897c2fb | |
parent | 6429a399ae6f9396a214ca1fda8642798fcabb7a (diff) |
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 <[email protected]>
Signed-off-by: Max Krummenacher <[email protected]>
Signed-off-by: Shawn Guo <[email protected]>
-rw-r--r-- | arch/arm/boot/dts/imx6qdl-apalis.dtsi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6qdl-apalis.dtsi b/arch/arm/boot/dts/imx6qdl-apalis.dtsi index 636b04139a5b..b4742ad85f56 100644 --- a/arch/arm/boot/dts/imx6qdl-apalis.dtsi +++ b/arch/arm/boot/dts/imx6qdl-apalis.dtsi @@ -592,7 +592,7 @@ /* 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 @@ st,settling = <3>; /* 5 ms touch detect interrupt delay */ st,touch-det-delay = <5>; + status = "disabled"; }; stmpe_adc: stmpe_adc { |