ARM: dts: vfxxx: Add iio_hwmon node for ADC temperature channel

Add iio-hwmon node to expose the temperature channel on Vybrid as
hardware monitor device using the iio_hwmon driver.

Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
Acked-by: Stefan Agner <stefan@agner.ch>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
This commit is contained in:
Sanchayan Maity 2016-02-16 10:30:55 +05:30 committed by Guenter Roeck
parent 0b452ccca6
commit 0aa8a99680
1 changed files with 5 additions and 0 deletions

View File

@ -629,5 +629,10 @@
status = "disabled";
};
};
iio-hwmon {
compatible = "iio-hwmon";
io-channels = <&adc0 16>, <&adc1 16>;
};
};
};