summaryrefslogtreecommitdiff
path: root/board/anahera
diff options
context:
space:
mode:
authorDevin Lu <Devin.Lu@quantatw.com>2022-03-07 17:58:20 +0800
committerCommit Bot <commit-bot@chromium.org>2022-03-10 11:57:25 +0000
commit5003d36cabc67ebd08f3c57bc39516fb1cfe5d78 (patch)
tree2580209d53d3b153b17a2fc0ffe1e2376e3efaf4 /board/anahera
parentd6e6d05dc0b7c3704a1d74d9fc8641747a8d4ee6 (diff)
downloadchrome-ec-5003d36cabc67ebd08f3c57bc39516fb1cfe5d78.tar.gz
anahera: Update fan table version 5
BUG=b:199246802 BRANCH=none TEST=Thermal team verified thermal policy is expected. Signed-off-by: Devin Lu <Devin.Lu@quantatw.com> Change-Id: Idca0ba5c7a7e377725a3e41ccc893d2c2f39342c Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3505667 Reviewed-by: caveh jalali <caveh@chromium.org>
Diffstat (limited to 'board/anahera')
-rw-r--r--board/anahera/thermal.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/board/anahera/thermal.c b/board/anahera/thermal.c
index 332ea1dfd2..8d9059bd09 100644
--- a/board/anahera/thermal.c
+++ b/board/anahera/thermal.c
@@ -37,37 +37,37 @@ struct fan_step {
static const struct fan_step fan_table[] = {
{
/* level 0 */
- .on = {53, 55, 0, -1},
+ .on = {53, 54, 0, -1},
.off = {99, 99, 99, -1},
.rpm = {0},
},
{
/* level 1 */
- .on = {54, 56, 0, -1},
+ .on = {54, 55, 0, -1},
.off = {52, 53, 99, -1},
- .rpm = {3100},
+ .rpm = {3000},
},
{
/* level 2 */
- .on = {55, 57, 0, -1},
+ .on = {55, 56, 0, -1},
.off = {53, 54, 99, -1},
- .rpm = {3500},
+ .rpm = {3400},
},
{
/* level 3 */
- .on = {56, 58, 0, -1},
+ .on = {56, 57, 0, -1},
.off = {54, 55, 99, -1},
.rpm = {3800},
},
{
/* level 4 */
- .on = {57, 60, 54, -1},
+ .on = {57, 59, 54, -1},
.off = {55, 56, 51, -1},
.rpm = {4100},
},
{
/* level 5 */
- .on = {58, 61, 60, -1},
+ .on = {58, 60, 60, -1},
.off = {56, 58, 52, -1},
.rpm = {4400},
},