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 <emanuele.ghidoli@toradex.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
Emanuele Ghidoli
2024-09-10 17:22:12 +02:00
committed by Shawn Guo
parent 668278ee0d
commit 2d74caa74a

View File

@@ -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>;