Skip to content

Commit b790da9

Browse files
authored
Merge pull request #459 from FrameworkComputer/hx30.modified_Q26_Fan_table
Modified the VCCGT fan table configuration
2 parents bae65b8 + 0f4aa6e commit b790da9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

board/hx30/board.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1134,7 +1134,7 @@ static const struct ec_thermal_config thermal_inductor2_vccgt = {
11341134
[EC_TEMP_THRESH_HALT] = 0,
11351135
},
11361136
.temp_fan_off = C_TO_K(40),
1137-
.temp_fan_max = C_TO_K(98),
1137+
.temp_fan_max = C_TO_K(69),
11381138
};
11391139

11401140
struct ec_thermal_config thermal_params[TEMP_SENSOR_COUNT];

0 commit comments

Comments
 (0)