diff options
author | Sanchayan Maity <maitysanchayan@gmail.com> | 2016-02-16 06:00:54 +0100 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2016-03-05 15:25:34 +0100 |
commit | 0b452ccca6f9e55fc727a461f7a778bebbefff0b (patch) | |
tree | 09b100a625bdac02ce60cb20b7ca80f5c1ae2dd0 /arch/arm/boot/dts/imx28.dtsi | |
parent | hwmon: (iio_hwmon) Allow the driver to accept hypen in device tree node names (diff) | |
download | linux-0b452ccca6f9e55fc727a461f7a778bebbefff0b.tar.xz linux-0b452ccca6f9e55fc727a461f7a778bebbefff0b.zip |
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>
Diffstat (limited to 'arch/arm/boot/dts/imx28.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx28.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ }; }; - iio_hwmon { + iio-hwmon { compatible = "iio-hwmon"; io-channels = <&lradc 8>; }; |