diff options
author | Beomho Seo <beomho.seo@samsung.com> | 2015-04-30 13:07:43 +0900 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2015-05-31 22:58:36 -0700 |
commit | 887ee43477e4e327dbcd2aabc2d78a5116ed8a33 (patch) | |
tree | 8211102c2ffe169be775ad90a5443dee81570983 /include/linux/platform_data | |
parent | c65b99f046843d2455aa231747b5a07a999a9f3d (diff) | |
download | talos-op-linux-887ee43477e4e327dbcd2aabc2d78a5116ed8a33.tar.gz talos-op-linux-887ee43477e4e327dbcd2aabc2d78a5116ed8a33.zip |
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')
-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 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 { |