hwmon: (ntc_thermistor) Support B57330V2103 from EPCOS

This patch adds support for the ntc thermistor B57330V2103 from EPCOS.

Signed-off-by: Johannes Pointner <johannes.pointner@gmail.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
This commit is contained in:
Johannes Pointner 2014-07-01 08:05:52 +02:00 committed by Guenter Roeck
parent 3ef0bb6f76
commit ed67f0872b
5 changed files with 57 additions and 2 deletions

View file

@ -26,6 +26,7 @@ struct iio_channel;
enum ntc_thermistor_type {
TYPE_NCPXXWB473,
TYPE_NCPXXWL333,
TYPE_B57330V2103,
};
struct ntc_thermistor_platform_data {