[PATCH v1 14/25] arm64: dts: colibri-imx8x: Disable touchscreen by default

Philippe Schenker dev at pschenker.ch
Wed Mar 8 04:52:48 PST 2023


From: Philippe Schenker <philippe.schenker at toradex.com>

Do not enable the touchscreen. By default it is not used but should be
kept to enable it from a file that includes imx8x-colibri.dtsi.

Signed-off-by: Philippe Schenker <philippe.schenker at toradex.com>
---

 arch/arm64/boot/dts/freescale/imx8x-colibri.dtsi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/boot/dts/freescale/imx8x-colibri.dtsi b/arch/arm64/boot/dts/freescale/imx8x-colibri.dtsi
index 9555cfa8b27e..0e8448aa373e 100644
--- a/arch/arm64/boot/dts/freescale/imx8x-colibri.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8x-colibri.dtsi
@@ -61,6 +61,7 @@ touchscreen at 2c {
 		adi,median-filter-size = /bits/ 8 <2>;
 		adi,resistance-plate-x = <120>;
 		touchscreen-max-pressure = <4096>;
+		status = "disabled";
 	};
 };
 
-- 
2.39.2




More information about the linux-arm-kernel mailing list