summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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},
},
{