ARM: dts: Change iio_hwmon nodes to use hypen in node names
authorSanchayan Maity <maitysanchayan@gmail.com>
Tue, 16 Feb 2016 05:00:54 +0000 (10:30 +0530)
committerGuenter Roeck <linux@roeck-us.net>
Sat, 5 Mar 2016 14:25:34 +0000 (06:25 -0800)
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>
Documentation/devicetree/bindings/iio/iio-bindings.txt
arch/arm/boot/dts/imx23.dtsi
arch/arm/boot/dts/imx28.dtsi

index 0b447d9..68d6f8c 100644 (file)
@@ -82,7 +82,7 @@ vdd channel is connected to output 0 of the &ref device.
 
        ...
 
-       iio_hwmon {
+       iio-hwmon {
                compatible = "iio-hwmon";
                io-channels = <&adc 0>, <&adc 1>, <&adc 2>,
                        <&adc 3>, <&adc 4>, <&adc 5>,
index 1c6c075..302d116 100644 (file)
                };
        };
 
-       iio_hwmon {
+       iio-hwmon {
                compatible = "iio-hwmon";
                io-channels = <&lradc 8>;
        };
index fae7b90..f637ec9 100644 (file)
                };
        };
 
-       iio_hwmon {
+       iio-hwmon {
                compatible = "iio-hwmon";
                io-channels = <&lradc 8>;
        };