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

ARM: dts: Change iio_hwmon nodes to use hypen in node names

Change iio_hwmon nodes to use hypen in node names instead of
underscore.

Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>

authored by

Sanchayan Maity and committed by
Guenter Roeck
0b452ccc b92fe9e3

+3 -3
+1 -1
Documentation/devicetree/bindings/iio/iio-bindings.txt
··· 82 82 83 83 ... 84 84 85 - iio_hwmon { 85 + iio-hwmon { 86 86 compatible = "iio-hwmon"; 87 87 io-channels = <&adc 0>, <&adc 1>, <&adc 2>, 88 88 <&adc 3>, <&adc 4>, <&adc 5>,
+1 -1
arch/arm/boot/dts/imx23.dtsi
··· 569 569 }; 570 570 }; 571 571 572 - iio_hwmon { 572 + iio-hwmon { 573 573 compatible = "iio-hwmon"; 574 574 io-channels = <&lradc 8>; 575 575 };
+1 -1
arch/arm/boot/dts/imx28.dtsi
··· 1256 1256 }; 1257 1257 }; 1258 1258 1259 - iio_hwmon { 1259 + iio-hwmon { 1260 1260 compatible = "iio-hwmon"; 1261 1261 io-channels = <&lradc 8>; 1262 1262 };