From 56086b5e804fcc98d1c699f7df6d42db12ed2977 Mon Sep 17 00:00:00 2001 From: Fabio Estevam Date: Fri, 24 Sep 2021 10:46:42 -0300 Subject: [PATCH] ARM: dts: imx6qdl-apalis: Avoid underscore in node name It is recommended not to use underscore in node names. Change it to dash. Signed-off-by: Fabio Estevam Signed-off-by: Shawn Guo --- arch/arm/boot/dts/imx6qdl-apalis.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/imx6qdl-apalis.dtsi b/arch/arm/boot/dts/imx6qdl-apalis.dtsi index 30fa349f9d05..7c6d9c75d2bf 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 { compatible = "st,stmpe-ts"; /* 8 sample average control */ st,ave-ctrl = <3>; @@ -330,7 +330,7 @@ st,touch-det-delay = <5>; }; - stmpe_adc { + stmpe-adc { compatible = "st,stmpe-adc"; /* forbid to use ADC channels 3-0 (touch) */ st,norequest-mask = <0x0F>; -- 2.11.0