summaryrefslogtreecommitdiff
path: root/board/morphius/board.c
diff options
context:
space:
mode:
authorZick Wei <zick.wei@quanta.corp-partner.google.com>2020-09-02 18:37:26 +0800
committerCommit Bot <commit-bot@chromium.org>2020-09-02 21:54:24 +0000
commite8568ee74f48fcf6e0c4b3f50f6552ca19c6a2c7 (patch)
tree04792daf4109674f1dc1debd423a2a434084f23f /board/morphius/board.c
parentfdc3c2c54aee51d0b44fb9ca33e049cfdcc70ca2 (diff)
downloadchrome-ec-e8568ee74f48fcf6e0c4b3f50f6552ca19c6a2c7.tar.gz
morphius: update cpu thermal protect point
This patch update CPU temperature shut down point to 105. BUG=none BRANCH=zork TEST=make BOARD=morphius Signed-off-by: Zick Wei <zick.wei@quanta.corp-partner.google.com> Change-Id: Ib4f8ae1a31fd016fe94639c226ae6b03e73888dc Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2389724 Reviewed-by: Denis Brockus <dbrockus@chromium.org> Commit-Queue: Denis Brockus <dbrockus@chromium.org>
Diffstat (limited to 'board/morphius/board.c')
-rw-r--r--board/morphius/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/morphius/board.c b/board/morphius/board.c
index ae4081508a..9d3f87f423 100644
--- a/board/morphius/board.c
+++ b/board/morphius/board.c
@@ -465,7 +465,7 @@ BUILD_ASSERT(ARRAY_SIZE(temp_sensors) == TEMP_SENSOR_COUNT);
const static struct ec_thermal_config thermal_cpu = {
.temp_host = {
[EC_TEMP_THRESH_HIGH] = C_TO_K(90),
- [EC_TEMP_THRESH_HALT] = C_TO_K(99),
+ [EC_TEMP_THRESH_HALT] = C_TO_K(105),
},
.temp_host_release = {
[EC_TEMP_THRESH_HIGH] = C_TO_K(80),