summaryrefslogtreecommitdiff
path: root/thermal
diff options
context:
space:
mode:
authorRuben Brunk <rubenbrunk@google.com>2016-03-25 13:44:16 -0700
committerRuben Brunk <rubenbrunk@google.com>2016-03-25 13:44:16 -0700
commit15a025086daa87aa85ab4371f5b1f5ca2e73c1d3 (patch)
tree4503dca8bf7c654dac9c6ac3d89efb1fa8a5c3fb /thermal
parentd544ada51cfec231e94dd18ca4c215f998547f57 (diff)
downloadshamu-15a025086daa87aa85ab4371f5b1f5ca2e73c1d3.tar.gz
Update temp limits in thermal HAL impl.
Bug: 27549685 Change-Id: I76bbd0987f602bb78a523e0ff584af880ff10510
Diffstat (limited to 'thermal')
-rw-r--r--thermal/thermal.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/thermal/thermal.c b/thermal/thermal.c
index f8cb8e9d..387942a3 100644
--- a/thermal/thermal.c
+++ b/thermal/thermal.c
@@ -93,7 +93,8 @@ static ssize_t read_temperature(int sensor_num, int type, const char *name, floa
.name = name,
.current_value = temp * mult,
.throttling_threshold = throttling_threshold,
- .shutdown_threshold = shutdown_threshold
+ .shutdown_threshold = shutdown_threshold,
+ .vr_throttling_threshold = UNKNOWN_TEMPERATURE
};
return 0;