diff options
| author | Bitan Biswas <bbiswas@nvidia.com> | 2011-08-25 11:42:00 -0400 |
|---|---|---|
| committer | Nicolin Chen <nicolinc@nvidia.com> | 2017-08-11 15:14:12 -0400 |
| commit | 6d8a437bc3721d9d62b3b089302fc4bbbf04acfb (patch) | |
| tree | 8f10c83ae43bb122535d7df48a49c3b8ec83dd9f /include/linux | |
| parent | 2e3a9949d2724f5cc52bb27ff4d4c4f50fa1bcd2 (diff) | |
misc: nct1008: sub-zero temperature support
Added support for sub-zero temperatures
Original-Change-Id: Id35590ee4d058f35625088089623cc063f9a711a
Reviewed-on: http://git-master/r/48690
Rebase-Id: Rf705a1b4f3c246029abc55570f26e876ae3bfaa9
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/nct1008.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/linux/nct1008.h b/include/linux/nct1008.h index 8702630d8..40519883f 100644 --- a/include/linux/nct1008.h +++ b/include/linux/nct1008.h | |||
| @@ -35,10 +35,10 @@ struct nct1008_platform_data { | |||
| 35 | u8 conv_rate; | 35 | u8 conv_rate; |
| 36 | u8 offset; | 36 | u8 offset; |
| 37 | u8 hysteresis; | 37 | u8 hysteresis; |
| 38 | u8 shutdown_ext_limit; | 38 | s8 shutdown_ext_limit; |
| 39 | u8 shutdown_local_limit; | 39 | s8 shutdown_local_limit; |
| 40 | u8 throttling_ext_limit; | 40 | s8 throttling_ext_limit; |
| 41 | u8 thermal_zones[MAX_ZONES]; | 41 | s8 thermal_zones[MAX_ZONES]; |
| 42 | u8 thermal_zones_sz; | 42 | u8 thermal_zones_sz; |
| 43 | void (*alarm_fn)(bool raised); | 43 | void (*alarm_fn)(bool raised); |
| 44 | }; | 44 | }; |
