summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--board/lisbon/sensors.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/lisbon/sensors.c b/board/lisbon/sensors.c
index 13948f60d8..99bc0a4304 100644
--- a/board/lisbon/sensors.c
+++ b/board/lisbon/sensors.c
@@ -96,8 +96,8 @@ BUILD_ASSERT(ARRAY_SIZE(temp_sensors) == TEMP_SENSOR_COUNT);
.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_off = C_TO_K(40), \
+ .temp_fan_max = C_TO_K(80), \
}
__maybe_unused static const struct ec_thermal_config thermal_cpu = THERMAL_CPU;