summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevin Lu <devin.lu@quantatw.com>2020-03-27 16:31:25 +0800
committerCommit Bot <commit-bot@chromium.org>2020-03-31 15:15:13 +0000
commit997429577782ae07e87cc5a1a8883d65725679d9 (patch)
treea9cf6327145efabe10192586364f4027a19f07fe
parent569cc718d5bcf025dafd7ade5c45888bb7738534 (diff)
downloadchrome-ec-997429577782ae07e87cc5a1a8883d65725679d9.tar.gz
dratini: change thermal configuration for PVT
BUG=b:152695211 BRANCH=firmware-hatch-12672.B TEST=manually remove dptf control then do following: make sure system shutdown when over 80 degree with temp sensor 1. Change-Id: Idf5ee08ed58239239aa9d7b326b8fcf2be5946b9 Signed-off-by: Devin Lu <Devin.Lu@quantatw.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2123625 Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
-rw-r--r--board/dratini/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/dratini/board.c b/board/dratini/board.c
index 10a219bdd9..08710c8a3b 100644
--- a/board/dratini/board.c
+++ b/board/dratini/board.c
@@ -345,7 +345,7 @@ const static struct ec_thermal_config thermal_a = {
.temp_host = {
[EC_TEMP_THRESH_WARN] = 0,
[EC_TEMP_THRESH_HIGH] = C_TO_K(73),
- [EC_TEMP_THRESH_HALT] = C_TO_K(75),
+ [EC_TEMP_THRESH_HALT] = C_TO_K(80),
},
.temp_host_release = {
[EC_TEMP_THRESH_WARN] = 0,