@@ -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};
11461146static 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