summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevin Lu <Devin.Lu@quantatw.com>2022-04-11 15:29:45 +0800
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-04-13 11:36:19 +0000
commit61e177e6918e000b634e77837d504890f1960969 (patch)
tree6b0e2c6c9e8eed8605355d1a75e77d107dee6ff8
parent302a665c88055af87c3b97ba281b371c70b06352 (diff)
downloadchrome-ec-61e177e6918e000b634e77837d504890f1960969.tar.gz
anahera: Update fan table version 6-4
BUG=b:199246802 BRANCH=none TEST=Thermal team verified thermal policy is expected. Signed-off-by: Devin Lu <Devin.Lu@quantatw.com> Change-Id: I9568561b0721f9342d7503116eb7ffeafc547cf3 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3581821 Reviewed-by: caveh jalali <caveh@chromium.org>
-rw-r--r--board/anahera/thermal.c22
1 files changed, 11 insertions, 11 deletions
diff --git a/board/anahera/thermal.c b/board/anahera/thermal.c
index 8d9059bd09..8bd670c22a 100644
--- a/board/anahera/thermal.c
+++ b/board/anahera/thermal.c
@@ -37,38 +37,38 @@ struct fan_step {
static const struct fan_step fan_table[] = {
{
/* level 0 */
- .on = {53, 54, 0, -1},
+ .on = {53, 51, 0, -1},
.off = {99, 99, 99, -1},
.rpm = {0},
},
{
/* level 1 */
- .on = {54, 55, 0, -1},
- .off = {52, 53, 99, -1},
+ .on = {54, 52, 0, -1},
+ .off = {52, 50, 99, -1},
.rpm = {3000},
},
{
/* level 2 */
- .on = {55, 56, 0, -1},
- .off = {53, 54, 99, -1},
+ .on = {55, 53, 0, -1},
+ .off = {53, 51, 99, -1},
.rpm = {3400},
},
{
/* level 3 */
- .on = {56, 57, 0, -1},
- .off = {54, 55, 99, -1},
+ .on = {56, 54, 0, -1},
+ .off = {54, 52, 99, -1},
.rpm = {3800},
},
{
/* level 4 */
- .on = {57, 59, 54, -1},
- .off = {55, 56, 51, -1},
+ .on = {57, 55, 54, -1},
+ .off = {55, 53, 51, -1},
.rpm = {4100},
},
{
/* level 5 */
- .on = {58, 60, 60, -1},
- .off = {56, 58, 52, -1},
+ .on = {58, 56, 60, -1},
+ .off = {56, 54, 52, -1},
.rpm = {4400},
},
{