From 9904cd59fd823f55a951f93a4c9765bb408a6633 Mon Sep 17 00:00:00 2001 From: Fabio Estevam Date: Fri, 24 Sep 2021 10:46:44 -0300 Subject: [PATCH] ARM: dts: imx6qdl-apalis: Add a label for the touchscreen Add a label for the touchscreen to allow a custom baseboard to disable this node if needed. Signed-off-by: Fabio Estevam Signed-off-by: Shawn Guo --- arch/arm/boot/dts/imx6qdl-apalis.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/imx6qdl-apalis.dtsi b/arch/arm/boot/dts/imx6qdl-apalis.dtsi index 4092af5f6999c..aae60ffac6234 100644 --- a/arch/arm/boot/dts/imx6qdl-apalis.dtsi +++ b/arch/arm/boot/dts/imx6qdl-apalis.dtsi @@ -313,7 +313,7 @@ /* ADC converstion time: 80 clocks */ st,sample-time = <4>; - stmpe-touchscreen { + stmpe_touchscreen: stmpe-touchscreen { compatible = "st,stmpe-ts"; /* 8 sample average control */ st,ave-ctrl = <3>; -- 2.30.2