1
0
Fork 0

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>
hifive-unleashed-5.1
Sanchayan Maity 2016-02-16 10:30:54 +05:30 committed by Guenter Roeck
parent b92fe9e337
commit 0b452ccca6
3 changed files with 3 additions and 3 deletions

View File

@ -82,7 +82,7 @@ vdd channel is connected to output 0 of the &ref device.
... ...
iio_hwmon { iio-hwmon {
compatible = "iio-hwmon"; compatible = "iio-hwmon";
io-channels = <&adc 0>, <&adc 1>, <&adc 2>, io-channels = <&adc 0>, <&adc 1>, <&adc 2>,
<&adc 3>, <&adc 4>, <&adc 5>, <&adc 3>, <&adc 4>, <&adc 5>,

View File

@ -569,7 +569,7 @@
}; };
}; };
iio_hwmon { iio-hwmon {
compatible = "iio-hwmon"; compatible = "iio-hwmon";
io-channels = <&lradc 8>; io-channels = <&lradc 8>;
}; };

View File

@ -1256,7 +1256,7 @@
}; };
}; };
iio_hwmon { iio-hwmon {
compatible = "iio-hwmon"; compatible = "iio-hwmon";
io-channels = <&lradc 8>; io-channels = <&lradc 8>;
}; };