summaryrefslogtreecommitdiff
path: root/board/yuna/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/yuna/board.c')
-rw-r--r--board/yuna/board.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/board/yuna/board.c b/board/yuna/board.c
index ff12e9b664..d39b53e964 100644
--- a/board/yuna/board.c
+++ b/board/yuna/board.c
@@ -45,12 +45,12 @@ struct fan_step {
/* Do not make the fan on/off point equal to 0 or 100 */
const struct fan_step fan_table[NUM_FAN_LEVELS] = {
{.rpm = 0},
- {.on = 11, .off = 1, .rpm = 3200},
- {.on = 20, .off = 11, .rpm = 3700},
- {.on = 26, .off = 18, .rpm = 4000},
- {.on = 33, .off = 25, .rpm = 4400},
- {.on = 40, .off = 31, .rpm = 4900},
- {.on = 56, .off = 48, .rpm = 5500},
+ {.on = 9, .off = 1, .rpm = 3200},
+ {.on = 20, .off = 12, .rpm = 3700},
+ {.on = 31, .off = 23, .rpm = 4000},
+ {.on = 37, .off = 29, .rpm = 4400},
+ {.on = 40, .off = 32, .rpm = 4900},
+ {.on = 59, .off = 51, .rpm = 5500},
{.on = 98, .off = 90, .rpm = 6500},
};
@@ -166,7 +166,7 @@ BUILD_ASSERT(ARRAY_SIZE(temp_sensors) == TEMP_SENSOR_COUNT);
*/
struct ec_thermal_config thermal_params[] = {
/* Only the AP affects the thermal limits and fan speed. */
- {{C_TO_K(95), C_TO_K(97), C_TO_K(99)}, C_TO_K(36), C_TO_K(96)},
+ {{C_TO_K(95), C_TO_K(97), C_TO_K(105)}, C_TO_K(32), C_TO_K(96)},
{{0, 0, 0}, 0, 0},
{{0, 0, 0}, 0, 0},
{{0, 0, 0}, 0, 0},