diff options
author | Peter Rosin <peda@axentia.se> | 2018-11-17 15:13:00 +0300 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2018-12-17 02:13:19 +0300 |
commit | e8fda2c8646e504a732fbe7507c543279323c3d9 (patch) | |
tree | 03045a789b8b17dfa19b8ff11e6e9c1098818cf0 /include/linux/platform_data | |
parent | e1fd3be613e9d00c4b04ba0e9de1a6233fceedf2 (diff) | |
download | linux-e8fda2c8646e504a732fbe7507c543279323c3d9.tar.xz |
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>
Diffstat (limited to 'include/linux/platform_data')
-rw-r--r-- | include/linux/platform_data/ntc_thermistor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/platform_data/ntc_thermistor.h b/include/linux/platform_data/ntc_thermistor.h index 698d0d59db76..231a27c302ec 100644 --- a/include/linux/platform_data/ntc_thermistor.h +++ b/include/linux/platform_data/ntc_thermistor.h @@ -29,6 +29,7 @@ enum ntc_thermistor_type { TYPE_B57330V2103, TYPE_NCPXXWF104, TYPE_NCPXXXH103, + TYPE_B57891S0103, }; struct ntc_thermistor_platform_data { |