Commit 0aa8a996 authored by Sanchayan Maity's avatar Sanchayan Maity Committed by Guenter Roeck
Browse files

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: default avatarSanchayan Maity <maitysanchayan@gmail.com>
Acked-by: default avatarStefan Agner <stefan@agner.ch>
Signed-off-by: default avatarGuenter Roeck <linux@roeck-us.net>
parent 0b452ccc
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -629,5 +629,10 @@
				status = "disabled";
			};
		};

		iio-hwmon {
			compatible = "iio-hwmon";
			io-channels = <&adc0 16>, <&adc1 16>;
		};
	};
};