devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1] arm64: dts: colibri-imx8x: Add ad7879_ts label to touchscreen controller
@ 2024-09-10 15:22 Emanuele Ghidoli
  2024-09-16 16:10 ` Krzysztof Kozlowski
  2024-10-16  7:34 ` Shawn Guo
  0 siblings, 2 replies; 6+ messages in thread
From: Emanuele Ghidoli @ 2024-09-10 15:22 UTC (permalink / raw)
  To: linux-kernel, linux-arm-kernel, devicetree
  Cc: Emanuele Ghidoli, Pengutronix Kernel Team, Fabio Estevam,
	NXP Linux Team, Shawn Guo, Rob Herring, Krzysztof Kozlowski,
	Sascha Hauer, Francesco Dolcini

From: Emanuele Ghidoli <emanuele.ghidoli@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@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@a {
 	};
 
 	/* Touch controller */
-	touchscreen@2c {
+	ad7879_ts: touchscreen@2c {
 		compatible = "adi,ad7879-1";
 		pinctrl-names = "default";
 		pinctrl-0 = <&pinctrl_ad7879_int>;
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-10-16  7:35 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-10 15:22 [PATCH v1] arm64: dts: colibri-imx8x: Add ad7879_ts label to touchscreen controller Emanuele Ghidoli
2024-09-16 16:10 ` Krzysztof Kozlowski
2024-09-17  7:45   ` Francesco Dolcini
2024-09-17  8:21     ` Krzysztof Kozlowski
2024-09-17 13:29       ` Francesco Dolcini
2024-10-16  7:34 ` Shawn Guo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).