aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/platform_data
diff options
context:
space:
mode:
authorJoseph McNally <jmcna06@gmail.com>2016-02-28 22:31:23 +0000
committerGuenter Roeck <linux@roeck-us.net>2016-03-05 06:25:34 -0800
commit54ce3a0d801142c96935122736a46c08d15d83b5 (patch)
tree4c5430c0cfe8040dc361afe99e4aef9f42e40d05 /include/linux/platform_data
parentDoc: hwmon: Fix typo "montoring" in hwmon (diff)
downloadlinux-dev-54ce3a0d801142c96935122736a46c08d15d83b5.tar.xz
linux-dev-54ce3a0d801142c96935122736a46c08d15d83b5.zip
hwmon: (ntc_thermistor) Add support for ncpXXxh103
This patch adds support for the Murata NCP15XH103 thermistor series. Signed-off-by: Joseph McNally <jmcna06@gmail.com> 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.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 aed170588b74..698d0d59db76 100644
--- a/include/linux/platform_data/ntc_thermistor.h
+++ b/include/linux/platform_data/ntc_thermistor.h
@@ -28,6 +28,7 @@ enum ntc_thermistor_type {
TYPE_NCPXXWL333,
TYPE_B57330V2103,
TYPE_NCPXXWF104,
+ TYPE_NCPXXXH103,
};
struct ntc_thermistor_platform_data {