summaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
authorDiwakar Tundlam <dtundlam@nvidia.com>2013-07-15 19:25:43 -0400
committerNicolin Chen <nicolinc@nvidia.com>2017-08-11 15:14:15 -0400
commit370ce08cd8f7e16cb3aec4abf5b32c8bb49525aa (patch)
tree9cb7193ee51c1763ad1ed8691f576f775353b557 /include/linux
parent9b9bb1dff5ddc50c15103a0046eea47f613b61f6 (diff)
misc: nct1008: specify polling delay in plat struct
Bug 1315460 Change-Id: I6fa760a01103f34d9f2bc9551025cbaadadf4eb2 Signed-off-by: Diwakar Tundlam <dtundlam@nvidia.com> Reviewed-on: http://git-master/r/250907
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/nct1008.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/nct1008.h b/include/linux/nct1008.h
index e0ec9708e..eadbe2bd1 100644
--- a/include/linux/nct1008.h
+++ b/include/linux/nct1008.h
@@ -40,6 +40,7 @@ struct nct1008_platform_data {
40 s16 shutdown_ext_limit; 40 s16 shutdown_ext_limit;
41 s16 shutdown_local_limit; 41 s16 shutdown_local_limit;
42 int passive_delay; 42 int passive_delay;
43 int polling_delay;
43 int num_trips; 44 int num_trips;
44 struct thermal_trip_info trips[THERMAL_MAX_TRIPS]; 45 struct thermal_trip_info trips[THERMAL_MAX_TRIPS];
45 struct thermal_zone_params *tzp; 46 struct thermal_zone_params *tzp;