From 0c8ff05debc90b960c2bc5d0d311a197ba214812 Mon Sep 17 00:00:00 2001 From: loganliao Date: Fri, 15 May 2020 17:17:55 +0800 Subject: Mushu : Fan1 rpm config. Follow the thermal team test, modify parameter that max/min Fan1 rpm and start/end temperature for Fan1. BUG=b:152011093 BRANCH=none TEST=make BOARD=mushu. Thermal team test result. Change-Id: If6f923fb35badbddf902ac32b41b6f25a1acda31 Signed-off-by: loganliao Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2203572 Reviewed-by: Logan Liao Reviewed-by: Bob Moragues Tested-by: Logan Liao Commit-Queue: Bob Moragues --- board/mushu/board.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'board/mushu/board.c') 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 = { -- cgit v1.2.1