summaryrefslogtreecommitdiff
path: root/board/jinlon/thermal.c
diff options
context:
space:
mode:
authorDevin Lu <devin.lu@quantatw.com>2020-06-11 14:28:19 +0800
committerCommit Bot <commit-bot@chromium.org>2020-06-12 11:39:13 +0000
commit20bd502851dd0dda6ca5b43ae3b143d2635ed63d (patch)
treeb8ed0c8c790bad1ef2155c24fcac09ff2a70670a /board/jinlon/thermal.c
parent4a88124fe6c6197cc44ef3b508baed5a7de77080 (diff)
downloadchrome-ec-20bd502851dd0dda6ca5b43ae3b143d2635ed63d.tar.gz
jinlon: Update fan table
BUG=b:154564062 BRANCH=firmware-hatch-12672.B TEST=Thermal team verified thermal policy is expected. Signed-off-by: Devin Lu <Devin.Lu@quantatw.com> Change-Id: I6d79f2492de087af4f3576dd8faf1079100f3d12 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2241071 Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Diffstat (limited to 'board/jinlon/thermal.c')
-rw-r--r--board/jinlon/thermal.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/jinlon/thermal.c b/board/jinlon/thermal.c
index 417c1436e6..4d75f70738 100644
--- a/board/jinlon/thermal.c
+++ b/board/jinlon/thermal.c
@@ -76,7 +76,7 @@ static const struct fan_step fan_table_clamshell[] = {
},
{
/* level 6 */
- .on = {65, -1, 62, 40},
+ .on = {65, -1, 64, 40},
.off = {62, -1, 61, 39},
.rpm = {5400, 5300},
},
@@ -84,7 +84,7 @@ static const struct fan_step fan_table_clamshell[] = {
/* level 7 */
.on = {100, -1, 100, 100},
.off = {65, -1, 62, 40},
- .rpm = {6000, 5900},
+ .rpm = {6000, 6150},
},
};