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

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
......@@ -629,5 +629,10 @@ i2c3: i2c@400e7000 {
status = "disabled";
};
};
iio-hwmon {
compatible = "iio-hwmon";
io-channels = <&adc0 16>, <&adc1 16>;
};
};
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment