summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Richardson <wfrichar@chromium.org>2013-08-19 16:21:48 -0700
committerChromeBot <chrome-bot@google.com>2013-08-19 16:28:31 -0700
commit46890d3f2118a881e369980667ec59071b2e5123 (patch)
tree80433e659041f02a3899852075e2caff5bd38a29
parent6f83d4b1f484ca7e1fe2ebd3af844dc86697df7c (diff)
downloadchrome-ec-46890d3f2118a881e369980667ec59071b2e5123.tar.gz
Tweak thermal points again.
Step Fan RPM trigger point (CPU Tj) unit K / 'C Step 1 2700 under 328K / 55'C Step 2 3000 328K / 55'C Step 3 3300 333K / 60'C Step 4 3600 338K / 65'C Step 5 3900 343K / 70'C Step 6 4200 348K / 75'C Step 7 4500 358K / 85'C Step 8 5000 368K / 95'C BUG=chrome-os-partner:20805 BRANCH=falco,peppy ONLY! Not ToT! TEST=manual Heat it up, watch what happens. Change-Id: I4decd46c2ea916d857861a266f95007c39588beb Signed-off-by: Bill Richardson <wfrichar@chromium.org> Reviewed-on: https://gerrit.chromium.org/gerrit/66260 Reviewed-by: Duncan Laurie <dlaurie@chromium.org>
-rw-r--r--common/thermal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/thermal.c b/common/thermal.c
index f194cbca3b..ce79c5e2d3 100644
--- a/common/thermal.c
+++ b/common/thermal.c
@@ -37,7 +37,7 @@ test_export_static struct thermal_config_t
/* TEMP_SENSOR_TYPE_CPU */
{THERMAL_CONFIG_WARNING_ON_FAIL,
{373, 378, 383,
- 333, 338, 343, 348, 353, 358, 363} },
+ 328, 333, 338, 343, 348, 358, 368} },
/* TEMP_SENSOR_TYPE_BOARD */
{THERMAL_CONFIG_NO_FLAG, {THERMAL_THRESHOLD_DISABLE_ALL} },
/* TEMP_SENSOR_TYPE_CASE */