Skip to content

Commit c709a7e

Browse files
authored
Merge pull request #469 from FrameworkComputer/hx30.fansetting
Modified thermal sensor setting
2 parents 3a5dcf2 + 434c859 commit c709a7e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

board/hx30/board.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1125,7 +1125,7 @@ static const struct ec_thermal_config thermal_inductor_local = {
11251125
[EC_TEMP_THRESH_HIGH] = C_TO_K(78),
11261126
[EC_TEMP_THRESH_HALT] = 0,
11271127
},
1128-
.temp_fan_off = C_TO_K(40),
1128+
.temp_fan_off = C_TO_K(51),
11291129
.temp_fan_max = C_TO_K(69),
11301130
};
11311131

@@ -1140,7 +1140,7 @@ static const struct ec_thermal_config thermal_inductor_cpu = {
11401140
[EC_TEMP_THRESH_HIGH] = C_TO_K(78),
11411141
[EC_TEMP_THRESH_HALT] = 0,
11421142
},
1143-
.temp_fan_off = C_TO_K(40),
1143+
.temp_fan_off = C_TO_K(51),
11441144
.temp_fan_max = C_TO_K(69),
11451145
};
11461146
static const struct ec_thermal_config thermal_inductor_ddr = {
@@ -1200,7 +1200,7 @@ static const struct ec_thermal_config thermal_inductor2_vccgt = {
12001200
[EC_TEMP_THRESH_HIGH] = C_TO_K(78),
12011201
[EC_TEMP_THRESH_HALT] = 0,
12021202
},
1203-
.temp_fan_off = C_TO_K(40),
1203+
.temp_fan_off = C_TO_K(51),
12041204
.temp_fan_max = C_TO_K(69),
12051205
};
12061206

0 commit comments

Comments
 (0)