ARM: dts: imx6qdl-apalis: Avoid underscore in node name
authorFabio Estevam <festevam@gmail.com>
Fri, 24 Sep 2021 13:46:42 +0000 (10:46 -0300)
committerShawn Guo <shawnguo@kernel.org>
Tue, 5 Oct 2021 05:51:23 +0000 (13:51 +0800)
It is recommended not to use underscore in node names.

Change it to dash.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6qdl-apalis.dtsi

index 30fa349..7c6d9c7 100644 (file)
                /* 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>;
                        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>;