Skip to content

Commit 0f4aa6e

Browse files
author
Josh Tsai
committed
Modified the VCCGT fan table configuration
Signed-off-by: Josh Tsai <josh_tsai@compal.corp-partner.google.com>
1 parent 46d4341 commit 0f4aa6e

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)