[PATCH v1] arm64: dts: colibri-imx8x: Add ad7879_ts label to touchscreen controller

Emanuele Ghidoli ghidoliemanuele at gmail.com
Tue Sep 10 08:22:12 PDT 2024


From: Emanuele Ghidoli <emanuele.ghidoli at toradex.com>

The device tree defines the touchscreen controller, but it cannot be
enabled because it lacks a reference label.
This commit adds a label to allow it to be referenced and enabled.

Signed-off-by: Emanuele Ghidoli <emanuele.ghidoli at toradex.com>
---
 arch/arm64/boot/dts/freescale/imx8x-colibri.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/freescale/imx8x-colibri.dtsi b/arch/arm64/boot/dts/freescale/imx8x-colibri.dtsi
index edba5b582414..4ea47a576b1c 100644
--- a/arch/arm64/boot/dts/freescale/imx8x-colibri.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8x-colibri.dtsi
@@ -166,7 +166,7 @@ sgtl5000_a: audio-codec at a {
 	};
 
 	/* Touch controller */
-	touchscreen at 2c {
+	ad7879_ts: touchscreen at 2c {
 		compatible = "adi,ad7879-1";
 		pinctrl-names = "default";
 		pinctrl-0 = <&pinctrl_ad7879_int>;
-- 
2.34.1




More information about the linux-arm-kernel mailing list