summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorElsie Shih <elsie_shih@wistron.corp-partner.google.com>2022-07-22 15:55:04 +0800
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-08-10 02:58:27 +0000
commit4c2bba3504665a45cfe505b9a220d1b03251d310 (patch)
treeb5583090adabedaee5c645a07f1231a4f2249b44 /board
parentb6d6eb2f83f43748d53d85203cf07c39510641b6 (diff)
downloadchrome-ec-4c2bba3504665a45cfe505b9a220d1b03251d310.tar.gz
moli: update custom fan control
Follow "EVT2 Fan Table.xlsx" to update thermal table. BUG=b:236294162 BRANCH=none TEST=make BOARD=moli Signed-off-by: Elsie Shih <elsie_shih@wistron.corp-partner.google.com> Change-Id: Ifa0b346ca6eee7c9f0d6ef1c2b9901c807df178d Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3782028 Reviewed-by: Boris Mittelberg <bmbm@google.com>
Diffstat (limited to 'board')
-rw-r--r--board/moli/thermal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/moli/thermal.c b/board/moli/thermal.c
index b7a56095dc..610b22fdca 100644
--- a/board/moli/thermal.c
+++ b/board/moli/thermal.c
@@ -42,7 +42,7 @@ static const struct fan_step fan_table[] = {
/* level 1 */
.on = { -1, 50, -1 },
.off = { -1, 47, -1 },
- .rpm = { 2500 },
+ .rpm = { 2400 },
},
{
/* level 2 */