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