diff options
author | Sanchayan Maity <maitysanchayan@gmail.com> | 2016-02-16 00:00:54 -0500 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2016-03-05 09:25:34 -0500 |
commit | 0b452ccca6f9e55fc727a461f7a778bebbefff0b (patch) | |
tree | 09b100a625bdac02ce60cb20b7ca80f5c1ae2dd0 | |
parent | b92fe9e3379c8dc885eefb254c3da94c13cc1b6d (diff) |
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>
-rw-r--r-- | Documentation/devicetree/bindings/iio/iio-bindings.txt | 2 | ||||
-rw-r--r-- | arch/arm/boot/dts/imx23.dtsi | 2 | ||||
-rw-r--r-- | arch/arm/boot/dts/imx28.dtsi | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/devicetree/bindings/iio/iio-bindings.txt b/Documentation/devicetree/bindings/iio/iio-bindings.txt index 0b447d9ad196..68d6f8ce063b 100644 --- a/Documentation/devicetree/bindings/iio/iio-bindings.txt +++ b/Documentation/devicetree/bindings/iio/iio-bindings.txt | |||
@@ -82,7 +82,7 @@ vdd channel is connected to output 0 of the &ref device. | |||
82 | 82 | ||
83 | ... | 83 | ... |
84 | 84 | ||
85 | iio_hwmon { | 85 | iio-hwmon { |
86 | compatible = "iio-hwmon"; | 86 | compatible = "iio-hwmon"; |
87 | io-channels = <&adc 0>, <&adc 1>, <&adc 2>, | 87 | io-channels = <&adc 0>, <&adc 1>, <&adc 2>, |
88 | <&adc 3>, <&adc 4>, <&adc 5>, | 88 | <&adc 3>, <&adc 4>, <&adc 5>, |
diff --git a/arch/arm/boot/dts/imx23.dtsi b/arch/arm/boot/dts/imx23.dtsi index 1c6c07538a78..302d1168f424 100644 --- a/arch/arm/boot/dts/imx23.dtsi +++ b/arch/arm/boot/dts/imx23.dtsi | |||
@@ -569,7 +569,7 @@ | |||
569 | }; | 569 | }; |
570 | }; | 570 | }; |
571 | 571 | ||
572 | iio_hwmon { | 572 | iio-hwmon { |
573 | compatible = "iio-hwmon"; | 573 | compatible = "iio-hwmon"; |
574 | io-channels = <&lradc 8>; | 574 | io-channels = <&lradc 8>; |
575 | }; | 575 | }; |
diff --git a/arch/arm/boot/dts/imx28.dtsi b/arch/arm/boot/dts/imx28.dtsi index fae7b9069fc4..f637ec900cc8 100644 --- a/arch/arm/boot/dts/imx28.dtsi +++ b/arch/arm/boot/dts/imx28.dtsi | |||
@@ -1256,7 +1256,7 @@ | |||
1256 | }; | 1256 | }; |
1257 | }; | 1257 | }; |
1258 | 1258 | ||
1259 | iio_hwmon { | 1259 | iio-hwmon { |
1260 | compatible = "iio-hwmon"; | 1260 | compatible = "iio-hwmon"; |
1261 | io-channels = <&lradc 8>; | 1261 | io-channels = <&lradc 8>; |
1262 | }; | 1262 | }; |