diff options
Diffstat (limited to 'include/linux/platform_data')
| -rw-r--r-- | include/linux/platform_data/ntc_thermistor.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/linux/platform_data/ntc_thermistor.h b/include/linux/platform_data/ntc_thermistor.h index 698d0d59db76..ee03d429742b 100644 --- a/include/linux/platform_data/ntc_thermistor.h +++ b/include/linux/platform_data/ntc_thermistor.h | |||
| @@ -24,10 +24,11 @@ | |||
| 24 | struct iio_channel; | 24 | struct iio_channel; |
| 25 | 25 | ||
| 26 | enum ntc_thermistor_type { | 26 | enum ntc_thermistor_type { |
| 27 | TYPE_NCPXXWB473, | ||
| 28 | TYPE_NCPXXWL333, | ||
| 29 | TYPE_B57330V2103, | 27 | TYPE_B57330V2103, |
| 28 | TYPE_B57891S0103, | ||
| 29 | TYPE_NCPXXWB473, | ||
| 30 | TYPE_NCPXXWF104, | 30 | TYPE_NCPXXWF104, |
| 31 | TYPE_NCPXXWL333, | ||
| 31 | TYPE_NCPXXXH103, | 32 | TYPE_NCPXXXH103, |
| 32 | }; | 33 | }; |
| 33 | 34 | ||
