summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--board/drobit/board.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/board/drobit/board.c b/board/drobit/board.c
index a13ff9bea9..db9b3f1107 100644
--- a/board/drobit/board.c
+++ b/board/drobit/board.c
@@ -131,14 +131,14 @@ const struct fan_t fans[FAN_CH_COUNT] = {
*/
const static struct ec_thermal_config thermal_cpu = {
.temp_host = {
- [EC_TEMP_THRESH_HIGH] = C_TO_K(70),
+ [EC_TEMP_THRESH_HIGH] = C_TO_K(72),
[EC_TEMP_THRESH_HALT] = C_TO_K(80),
},
.temp_host_release = {
[EC_TEMP_THRESH_HIGH] = C_TO_K(65),
},
.temp_fan_off = C_TO_K(35),
- .temp_fan_max = C_TO_K(50),
+ .temp_fan_max = C_TO_K(75),
};
/*
@@ -154,14 +154,14 @@ const static struct ec_thermal_config thermal_cpu = {
*/
const static struct ec_thermal_config thermal_inductor = {
.temp_host = {
- [EC_TEMP_THRESH_HIGH] = C_TO_K(75),
+ [EC_TEMP_THRESH_HIGH] = C_TO_K(72),
[EC_TEMP_THRESH_HALT] = C_TO_K(80),
},
.temp_host_release = {
[EC_TEMP_THRESH_HIGH] = C_TO_K(65),
},
.temp_fan_off = C_TO_K(40),
- .temp_fan_max = C_TO_K(55),
+ .temp_fan_max = C_TO_K(75),
};