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 <festevam@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
Fabio Estevam 2021-09-24 10:46:42 -03:00 committed by Shawn Guo
parent 1875903019
commit 56086b5e80

View File

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