summaryrefslogtreecommitdiff
path: root/include/linux/platform_data/ntc_thermistor.h
diff options
context:
space:
mode:
authorBeomho Seo <beomho.seo@samsung.com>2015-04-30 07:07:43 +0300
committerGuenter Roeck <linux@roeck-us.net>2015-06-01 08:58:36 +0300
commit887ee43477e4e327dbcd2aabc2d78a5116ed8a33 (patch)
tree8211102c2ffe169be775ad90a5443dee81570983 /include/linux/platform_data/ntc_thermistor.h
parentc65b99f046843d2455aa231747b5a07a999a9f3d (diff)
downloadlinux-887ee43477e4e327dbcd2aabc2d78a5116ed8a33.tar.xz
hwmon: (ntc_thermistor) Add support for ncpXXwf104
This patch adds support for the ntc thermistor NCPXXWF104 series. Cc: Jean Delvare <jdelvare@suse.de> Cc: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Beomho Seo <beomho.seo@samsung.com> Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'include/linux/platform_data/ntc_thermistor.h')
-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 0a6de4ca4930..aed170588b74 100644
--- a/include/linux/platform_data/ntc_thermistor.h
+++ b/include/linux/platform_data/ntc_thermistor.h
@@ -27,6 +27,7 @@ enum ntc_thermistor_type {
TYPE_NCPXXWB473,
TYPE_NCPXXWL333,
TYPE_B57330V2103,
+ TYPE_NCPXXWF104,
};
struct ntc_thermistor_platform_data {