summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Huang <david.huang@quanta.corp-partner.google.com>2020-09-18 15:11:44 +0800
committerCommit Bot <commit-bot@chromium.org>2020-09-18 16:01:43 +0000
commit70d2e5ad21c7afb8b5f850b924e83ee4eadb6191 (patch)
treeb8b102188887430648052bee60ad1a3c2ed57cf6
parentd0e12f25cd35c5812da41180ef17aed69fca3871 (diff)
downloadchrome-ec-70d2e5ad21c7afb8b5f850b924e83ee4eadb6191.tar.gz
puff: update thermal table
Update new thermal table BUG=b:166696500 BRANCH=master TEST=Thermal team verified thermal policy is expected. Signed-off-by: David Huang <david.huang@quanta.corp-partner.google.com> Change-Id: I86e1a6a3eecf9dc4088a866f8801a2a2088f7de2 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2417787 Reviewed-by: Andrew McRae <amcrae@chromium.org> Commit-Queue: Andrew McRae <amcrae@chromium.org>
-rw-r--r--board/puff/board.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/puff/board.c b/board/puff/board.c
index 7391dbedf6..c034e06e45 100644
--- a/board/puff/board.c
+++ b/board/puff/board.c
@@ -393,8 +393,8 @@ const static struct ec_thermal_config thermal_a = {
[EC_TEMP_THRESH_HIGH] = C_TO_K(58),
[EC_TEMP_THRESH_HALT] = 0,
},
- .temp_fan_off = C_TO_K(25),
- .temp_fan_max = C_TO_K(55),
+ .temp_fan_off = C_TO_K(41),
+ .temp_fan_max = C_TO_K(72),
};
const static struct ec_thermal_config thermal_b = {