Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Fabio Estevam and committed by
Shawn Guo
56086b5e 18759030

+2 -2
+2 -2
arch/arm/boot/dts/imx6qdl-apalis.dtsi
··· 313 313 /* ADC converstion time: 80 clocks */ 314 314 st,sample-time = <4>; 315 315 316 - stmpe_touchscreen { 316 + stmpe-touchscreen { 317 317 compatible = "st,stmpe-ts"; 318 318 /* 8 sample average control */ 319 319 st,ave-ctrl = <3>; ··· 330 330 st,touch-det-delay = <5>; 331 331 }; 332 332 333 - stmpe_adc { 333 + stmpe-adc { 334 334 compatible = "st,stmpe-adc"; 335 335 /* forbid to use ADC channels 3-0 (touch) */ 336 336 st,norequest-mask = <0x0F>;