summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--board/eldrid/thermal.c28
1 files changed, 14 insertions, 14 deletions
diff --git a/board/eldrid/thermal.c b/board/eldrid/thermal.c
index 35f4ac34a6..ba8600a072 100644
--- a/board/eldrid/thermal.c
+++ b/board/eldrid/thermal.c
@@ -95,39 +95,39 @@ struct fan_step {
static const struct fan_step fan_table[] = {
{
/* level 0 */
- .on = {-1, -1, 40, -1},
+ .on = {-1, -1, 44, -1},
.off = {-1, -1, 0, -1},
.rpm = {0},
},
{
/* level 1 */
- .on = {-1, -1, 44, -1},
- .off = {-1, -1, 40, -1},
+ .on = {-1, -1, 46, -1},
+ .off = {-1, -1, 44, -1},
.rpm = {3200},
},
{
/* level 2 */
- .on = {-1, -1, 48, -1},
- .off = {-1, -1, 46, -1},
- .rpm = {3500},
+ .on = {-1, -1, 50, -1},
+ .off = {-1, -1, 45, -1},
+ .rpm = {3600},
},
{
/* level 3 */
- .on = {-1, -1, 52, -1},
- .off = {-1, -1, 50, -1},
- .rpm = {4000},
+ .on = {-1, -1, 54, -1},
+ .off = {-1, -1, 49, -1},
+ .rpm = {4100},
},
{
/* level 4 */
- .on = {-1, -1, 56, -1},
- .off = {-1, -1, 54, -1},
- .rpm = {4600},
+ .on = {-1, -1, 58, -1},
+ .off = {-1, -1, 53, -1},
+ .rpm = {4900},
},
{
/* level 5 */
.on = {-1, -1, 60, -1},
- .off = {-1, -1, 58, -1},
- .rpm = {5100},
+ .off = {-1, -1, 57, -1},
+ .rpm = {5200},
},
};