summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevin Lu <Devin.Lu@quantatw.com>2022-07-18 15:25:18 +0800
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-07-22 11:20:12 +0000
commit83b8d53fa25fef09acd768572d8c2d9b58388f97 (patch)
treef76b09d17f3b9941fb69d22034843f4b737ea20c
parentc3c013fb6b142607e0077080dac3856b2b6eef69 (diff)
downloadchrome-ec-83b8d53fa25fef09acd768572d8c2d9b58388f97.tar.gz
vell: Update fan table version 4
BUG=b:216026302 BRANCH=none TEST=Thermal team verified thermal policy is expected. Signed-off-by: Devin Lu <Devin.Lu@quantatw.com> Change-Id: I084c758bb6a6380b08bb11c62a76af6cf3b61916 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3782348 Tested-by: Devin Lu <devin.lu@quantatw.com> Commit-Queue: Devin Lu <devin.lu@quantatw.com> Reviewed-by: caveh jalali <caveh@chromium.org>
-rw-r--r--board/vell/thermal.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/vell/thermal.c b/board/vell/thermal.c
index 45f3813d01..cdbef06006 100644
--- a/board/vell/thermal.c
+++ b/board/vell/thermal.c
@@ -45,13 +45,13 @@ static const struct fan_step fan_table[] = {
/* level 1 */
.on = { 50, 60, 50, 49, -1 },
.off = { 47, 99, 47, 46, -1 },
- .rpm = { 3600 },
+ .rpm = { 3100 },
},
{
/* level 2 */
.on = { 53, 60, 53, 52, -1 },
.off = { 49, 99, 49, 48, -1 },
- .rpm = { 4100 },
+ .rpm = { 3850 },
},
{
/* level 3 */