summaryrefslogtreecommitdiff
path: root/baseboard
diff options
context:
space:
mode:
authorVijay Hiremath <vijay.p.hiremath@intel.com>2019-09-10 12:59:45 -0700
committerCommit Bot <commit-bot@chromium.org>2019-09-18 05:03:00 +0000
commit6c2f823d413a792eb4fc61162988c8dbbc7696f2 (patch)
treea794478ad4d80c358e924cdcd592420cff2f4694 /baseboard
parent83759c078ff13ce9446c078854f1e56ebce3741b (diff)
downloadchrome-ec-6c2f823d413a792eb4fc61162988c8dbbc7696f2.tar.gz
intelrvp: Enable FAN on RVP at 15deg C
Enabling the FAN at 15 deg C as Intel SOC is not soldered down on the RVP and the FAN is mounted slightly above the SOC hence it might get heated immediately and assert PROCHOT when random high performance tests are triggered at room temperature. BUG=b:139882986 BRANCH=none TEST=FAN is on at room temperature Change-Id: Ia94623d74cbafced7e3224ec530c676ca0937cbb Signed-off-by: Vijay Hiremath <vijay.p.hiremath@intel.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1799285 Reviewed-by: Keith Short <keithshort@chromium.org> Reviewed-by: Abe Levkoy <alevkoy@chromium.org>
Diffstat (limited to 'baseboard')
-rw-r--r--baseboard/intelrvp/baseboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/baseboard/intelrvp/baseboard.c b/baseboard/intelrvp/baseboard.c
index ccade12082..9892b91c89 100644
--- a/baseboard/intelrvp/baseboard.c
+++ b/baseboard/intelrvp/baseboard.c
@@ -144,7 +144,7 @@ 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_off = C_TO_K(15),
.temp_fan_max = C_TO_K(50),
};