Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Sanchayan Maity and committed by
Guenter Roeck
0aa8a996 0b452ccc

+5
+5
arch/arm/boot/dts/vfxxx.dtsi
··· 629 629 status = "disabled"; 630 630 }; 631 631 }; 632 + 633 + iio-hwmon { 634 + compatible = "iio-hwmon"; 635 + io-channels = <&adc0 16>, <&adc1 16>; 636 + }; 632 637 }; 633 638 };