summaryrefslogtreecommitdiff
path: root/board/anahera/thermal.c
diff options
context:
space:
mode:
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},
},
};