Skip to content

Commit 7f0be11

Browse files
author
Josh Tsai
committed
Modified the PECI fan configure to avoid CPU temp impacting the fan control
Signed-off-by: Josh Tsai <josh_tsai@compal.corp-partner.google.com>
1 parent cfc5420 commit 7f0be11

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

board/hx30/board.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1018,8 +1018,8 @@ static const struct ec_thermal_config thermal_cpu = {
10181018
[EC_TEMP_THRESH_HIGH] = 0,
10191019
[EC_TEMP_THRESH_HALT] = 0,
10201020
},
1021-
.temp_fan_off = C_TO_K(55),
1022-
.temp_fan_max = C_TO_K(98),
1021+
.temp_fan_off = C_TO_K(103),
1022+
.temp_fan_max = C_TO_K(105),
10231023
};
10241024
#endif
10251025

0 commit comments

Comments
 (0)