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.c36
1 files changed, 18 insertions, 18 deletions
diff --git a/board/anahera/thermal.c b/board/anahera/thermal.c
index c26379e356..03f3f789e8 100644
--- a/board/anahera/thermal.c
+++ b/board/anahera/thermal.c
@@ -37,45 +37,45 @@ struct fan_step {
static const struct fan_step fan_table[] = {
{
/* level 0 */
- .on = {51, 51, 0, -1},
+ .on = {53, 52, 0, -1},
.off = {99, 99, 99, -1},
.rpm = {0},
},
{
/* level 1 */
- .on = {52, 52, 0, -1},
- .off = {50, 50, 99, -1},
- .rpm = {3000},
+ .on = {54, 53, 0, -1},
+ .off = {52, 51, 99, -1},
+ .rpm = {3100},
},
{
/* level 2 */
- .on = {53, 53, 0, -1},
- .off = {51, 51, 99, -1},
- .rpm = {3200},
+ .on = {55, 54, 0, -1},
+ .off = {53, 52, 99, -1},
+ .rpm = {3500},
},
{
/* level 3 */
- .on = {54, 54, 0, -1},
- .off = {52, 52, 99, -1},
- .rpm = {3600},
+ .on = {56, 55, 0, -1},
+ .off = {54, 53, 99, -1},
+ .rpm = {3800},
},
{
/* level 4 */
- .on = {55, 56, 56, -1},
- .off = {53, 53, 54, -1},
- .rpm = {3900},
+ .on = {58, 57, 56, -1},
+ .off = {55, 54, 54, -1},
+ .rpm = {4100},
},
{
/* level 5 */
- .on = {56, 57, 58, -1},
- .off = {54, 55, 55, -1},
- .rpm = {4200},
+ .on = {59, 58, 58, -1},
+ .off = {57, 56, 55, -1},
+ .rpm = {4400},
},
{
/* level 6 */
.on = {100, 100, 100, -1},
- .off = {55, 56, 57, -1},
- .rpm = {4600},
+ .off = {58, 57, 57, -1},
+ .rpm = {4900},
},
};