Skip to content

Commit f6620a8

Browse files
LeoCX-Tsaiquinchou77
authored andcommitted
fwk: hx30: setting back the fan setting
at PR#1047 commit 9a9da053c(branch commit c706510) have setting the cpu fan off and max for virtual temp but now we disable the virtual temp function should set it back to origin value BRANCH=fwk-hx20-hx30-4410 BUG=None TEST=test on Iris, check fan speed is well Signed-off-by: LeoCX_Tsai <[email protected]>
1 parent a7cf293 commit f6620a8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

board/hx30/board.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1107,8 +1107,8 @@ static const struct ec_thermal_config thermal_inductor_cpu = {
11071107
[EC_TEMP_THRESH_HIGH] = C_TO_K(78),
11081108
[EC_TEMP_THRESH_HALT] = 0,
11091109
},
1110-
.temp_fan_off = C_TO_K(55),
1111-
.temp_fan_max = C_TO_K(80),
1110+
.temp_fan_off = C_TO_K(51),
1111+
.temp_fan_max = C_TO_K(69),
11121112
};
11131113
static const struct ec_thermal_config thermal_inductor_ddr = {
11141114
.temp_host = {
@@ -1151,8 +1151,8 @@ static const struct ec_thermal_config thermal_cpu = {
11511151
[EC_TEMP_THRESH_HIGH] = 0,
11521152
[EC_TEMP_THRESH_HALT] = 0,
11531153
},
1154-
.temp_fan_off = C_TO_K(60),
1155-
.temp_fan_max = C_TO_K(90),
1154+
.temp_fan_off = C_TO_K(103),
1155+
.temp_fan_max = C_TO_K(105),
11561156
};
11571157
#endif
11581158

0 commit comments

Comments
 (0)