summaryrefslogtreecommitdiff
path: root/board/jinlon/board.c
diff options
context:
space:
mode:
authorDevin Lu <devin.lu@quantatw.com>2020-04-22 10:01:16 +0800
committerCommit Bot <commit-bot@chromium.org>2020-04-24 13:36:26 +0000
commit574a6e121a29a69aa67b5927a5b24c4251158f5c (patch)
tree6608afe9a987d20a936ee897452ece865e6a924d /board/jinlon/board.c
parentb3dec5ad4762dbea3fc96d3a1dfa6b418dc7f65a (diff)
downloadchrome-ec-574a6e121a29a69aa67b5927a5b24c4251158f5c.tar.gz
jinlon: update thermal table for board version 3
BUG=b:154564062 BRANCH=firmware-hatch-12672.B TEST=thermal team verified thermal policy is expected. Change-Id: I8455facfe534208ac41bd4a25f803c83e40dad8e Signed-off-by: Devin Lu <Devin.Lu@quantatw.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2157343 Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Diffstat (limited to 'board/jinlon/board.c')
-rw-r--r--board/jinlon/board.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/board/jinlon/board.c b/board/jinlon/board.c
index c20e5cc65f..aa9e6d2c6b 100644
--- a/board/jinlon/board.c
+++ b/board/jinlon/board.c
@@ -351,12 +351,10 @@ const static struct ec_thermal_config thermal_a = {
.temp_host = {
[EC_TEMP_THRESH_WARN] = 0,
[EC_TEMP_THRESH_HIGH] = C_TO_K(75),
- [EC_TEMP_THRESH_HALT] = C_TO_K(85),
},
.temp_host_release = {
[EC_TEMP_THRESH_WARN] = 0,
[EC_TEMP_THRESH_HIGH] = C_TO_K(65),
- [EC_TEMP_THRESH_HALT] = 0,
},
.temp_fan_off = C_TO_K(25),
.temp_fan_max = C_TO_K(70),
@@ -366,7 +364,7 @@ const static struct ec_thermal_config thermal_b = {
.temp_host = {
[EC_TEMP_THRESH_WARN] = 0,
[EC_TEMP_THRESH_HIGH] = C_TO_K(75),
- [EC_TEMP_THRESH_HALT] = C_TO_K(75),
+ [EC_TEMP_THRESH_HALT] = C_TO_K(86),
},
.temp_host_release = {
[EC_TEMP_THRESH_WARN] = 0,