summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrover Yen <Grover_Yen@wistron.com>2015-11-23 18:03:58 +0800
committerChromeOS bot <3su6n15k.default@developer.gserviceaccount.com>2015-11-24 01:39:08 +0000
commit7dcd14bca1c1afaffac1b51a120d24fc775dc3af (patch)
treefb4f569c1acb4dd8217be5f0f469bf20df75e866
parentc5cc9c9c812096fa2c667118deb846e01178ce51 (diff)
downloadchrome-ec-7dcd14bca1c1afaffac1b51a120d24fc775dc3af.tar.gz
buddy: Update thermal table.
Update thermal setting according to "Sally_Fan Table_v3_20151119.xlsx" BUG=chrome-os-partner:47418 BRANCH=none TEST=Flash EC firmware and apply thermalget command in consoleto confirm tehrmal setting. Change-Id: I7f3d1960af4929a80a45a18d3c06b1d85a02ba83 Signed-off-by: Grover Yen <Grover_Yen@wistron.com> Reviewed-on: https://chromium-review.googlesource.com/313970 Reviewed-by: Mohammed Habibulla <moch@google.com>
-rw-r--r--board/buddy/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/buddy/board.c b/board/buddy/board.c
index 4c30a35c2d..ed750809d6 100644
--- a/board/buddy/board.c
+++ b/board/buddy/board.c
@@ -91,7 +91,7 @@ BUILD_ASSERT(ARRAY_SIZE(temp_sensors) == TEMP_SENSOR_COUNT);
*/
struct ec_thermal_config thermal_params[] = {
/* Only the AP affects the thermal limits and fan speed. */
- {{C_TO_K(103), C_TO_K(104), C_TO_K(105)}, C_TO_K(70), C_TO_K(98)},
+ {{C_TO_K(99), C_TO_K(100), C_TO_K(105)}, C_TO_K(70), C_TO_K(98)},
{{0, 0, 0}, 0, 0},
{{0, 0, 0}, 0, 0},
{{0, 0, 0}, 0, 0},