summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--board/mushu/board.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/board/mushu/board.c b/board/mushu/board.c
index f472da50f7..d404e5f972 100644
--- a/board/mushu/board.c
+++ b/board/mushu/board.c
@@ -376,9 +376,9 @@ const struct fan_conf fan_conf_1 = {
};
/* Default */
const struct fan_rpm fan_rpm_0 = {
- .rpm_min = 3100,
- .rpm_start = 3100,
- .rpm_max = 6900,
+ .rpm_min = 2000,
+ .rpm_start = 2000,
+ .rpm_max = 4100,
};
const struct fan_rpm fan_rpm_1 = {
@@ -442,8 +442,8 @@ const static struct ec_thermal_config thermal_a = {
[EC_TEMP_THRESH_HIGH] = C_TO_K(65),
[EC_TEMP_THRESH_HALT] = 0,
},
- .temp_fan_off = C_TO_K(25),
- .temp_fan_max = C_TO_K(50),
+ .temp_fan_off = C_TO_K(0),
+ .temp_fan_max = C_TO_K(70),
};
const static struct ec_thermal_config thermal_b = {