Skip to content

Commit 38662ec

Browse files
authored
Merge pull request #449 from FrameworkComputer/hx30.modified_thermal_fan_table
Modified the PECI fan configure to avoid CPU temp impacting the fan control
2 parents cfc5420 + 7f0be11 commit 38662ec

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)