From: Emanuele Ghidoli Date: Tue, 10 Sep 2024 15:22:12 +0000 (+0200) Subject: arm64: dts: colibri-imx8x: Add ad7879_ts label to touchscreen controller X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=2d74caa74a0ac946893b52bed97fe586a5814dd6;p=users%2Fjedix%2Flinux-maple.git arm64: dts: colibri-imx8x: Add ad7879_ts label to touchscreen controller 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 Signed-off-by: Shawn Guo --- diff --git a/arch/arm64/boot/dts/freescale/imx8x-colibri.dtsi b/arch/arm64/boot/dts/freescale/imx8x-colibri.dtsi index edba5b5824146..4ea47a576b1ce 100644 --- a/arch/arm64/boot/dts/freescale/imx8x-colibri.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8x-colibri.dtsi @@ -166,7 +166,7 @@ }; /* Touch controller */ - touchscreen@2c { + ad7879_ts: touchscreen@2c { compatible = "adi,ad7879-1"; pinctrl-names = "default"; pinctrl-0 = <&pinctrl_ad7879_int>;