hwmon: (ntc_thermistor): add support for B57891S0103 from Epcos

More of the same...

Signed-off-by: Peter Rosin <peda@axentia.se>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
This commit is contained in:
Peter Rosin
2018-11-17 12:13:00 +00:00
committed by Guenter Roeck
parent e1fd3be613
commit e8fda2c864
3 changed files with 58 additions and 3 deletions

View File

@@ -29,6 +29,7 @@ enum ntc_thermistor_type {
TYPE_B57330V2103,
TYPE_NCPXXWF104,
TYPE_NCPXXXH103,
TYPE_B57891S0103,
};
struct ntc_thermistor_platform_data {