aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
authorPeter Rosin <peda@axentia.se>2018-11-17 07:13:00 -0500
committerGuenter Roeck <linux@roeck-us.net>2018-12-16 18:13:19 -0500
commite8fda2c8646e504a732fbe7507c543279323c3d9 (patch)
tree03045a789b8b17dfa19b8ff11e6e9c1098818cf0 /include/linux
parente1fd3be613e9d00c4b04ba0e9de1a6233fceedf2 (diff)
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')
-rw-r--r--include/linux/platform_data/ntc_thermistor.h1
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 {
29 TYPE_B57330V2103, 29 TYPE_B57330V2103,
30 TYPE_NCPXXWF104, 30 TYPE_NCPXXWF104,
31 TYPE_NCPXXXH103, 31 TYPE_NCPXXXH103,
32 TYPE_B57891S0103,
32}; 33};
33 34
34struct ntc_thermistor_platform_data { 35struct ntc_thermistor_platform_data {