summaryrefslogtreecommitdiff
path: root/board/anahera/thermal.c
diff options
context:
space:
mode:
authorScott Collyer <scollyer@google.com>2021-11-23 15:04:49 -0800
committerScott Collyer <scollyer@google.com>2021-11-23 15:04:49 -0800
commit817cf2223b0b33c91ca6e369b644cbc4d6c361e3 (patch)
treef698bbab73d87af25f9fdc2d49f50a0c25111a79 /board/anahera/thermal.c
parent6da8436a8ce04a7f88f80049a10638e1b8f6439d (diff)
parent0349a5b6d95308141754523708a2d11d8bacce4c (diff)
downloadchrome-ec-817cf2223b0b33c91ca6e369b644cbc4d6c361e3.tar.gz
Merge remote-tracking branch 'cros/main' into firmware-gwc-fsi
Change-Id: Id9b5b5cb1db7428cd9f12452d73842d8c1f2705a
Diffstat (limited to 'board/anahera/thermal.c')
-rw-r--r--board/anahera/thermal.c24
1 files changed, 12 insertions, 12 deletions
diff --git a/board/anahera/thermal.c b/board/anahera/thermal.c
index 3a9fdd8ab5..c26379e356 100644
--- a/board/anahera/thermal.c
+++ b/board/anahera/thermal.c
@@ -37,44 +37,44 @@ struct fan_step {
static const struct fan_step fan_table[] = {
{
/* level 0 */
- .on = {49, 51, 0, -1},
+ .on = {51, 51, 0, -1},
.off = {99, 99, 99, -1},
.rpm = {0},
},
{
/* level 1 */
- .on = {50, 52, 0, -1},
- .off = {48, 50, 99, -1},
+ .on = {52, 52, 0, -1},
+ .off = {50, 50, 99, -1},
.rpm = {3000},
},
{
/* level 2 */
- .on = {51, 53, 0, -1},
- .off = {49, 51, 99, -1},
+ .on = {53, 53, 0, -1},
+ .off = {51, 51, 99, -1},
.rpm = {3200},
},
{
/* level 3 */
- .on = {52, 54, 0, -1},
- .off = {50, 52, 99, -1},
+ .on = {54, 54, 0, -1},
+ .off = {52, 52, 99, -1},
.rpm = {3600},
},
{
/* level 4 */
- .on = {54, 56, 58, -1},
- .off = {51, 53, 55, -1},
+ .on = {55, 56, 56, -1},
+ .off = {53, 53, 54, -1},
.rpm = {3900},
},
{
/* level 5 */
- .on = {55, 57, 60, -1},
- .off = {53, 55, 57, -1},
+ .on = {56, 57, 58, -1},
+ .off = {54, 55, 55, -1},
.rpm = {4200},
},
{
/* level 6 */
.on = {100, 100, 100, -1},
- .off = {54, 56, 59, -1},
+ .off = {55, 56, 57, -1},
.rpm = {4600},
},
};