summaryrefslogtreecommitdiff
path: root/board/crota/sensors.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/crota/sensors.c')
-rw-r--r--board/crota/sensors.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/crota/sensors.c b/board/crota/sensors.c
index e7e534dace..c757743c35 100644
--- a/board/crota/sensors.c
+++ b/board/crota/sensors.c
@@ -260,8 +260,8 @@ BUILD_ASSERT(ARRAY_SIZE(temp_sensors) == TEMP_SENSOR_COUNT);
.temp_host_release = { \
[EC_TEMP_THRESH_HIGH] = C_TO_K(77), \
}, \
- .temp_fan_off = C_TO_K(35), \
- .temp_fan_max = C_TO_K(45), \
+ .temp_fan_off = C_TO_K(30), \
+ .temp_fan_max = C_TO_K(47), \
}
__maybe_unused static const struct ec_thermal_config thermal_cpu = THERMAL_CPU;