summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Caruso <ejcaruso@chromium.org>2015-01-20 13:34:06 -0800
committerChromeOS Commit Bot <chromeos-commit-bot@chromium.org>2015-01-21 06:44:44 +0000
commitfdf68bdcd220ed9df3c543ca5097de1c37902932 (patch)
tree4e7ed37233fcf5ba002cdca0f49b9aa4a8a72ba8
parent2f6f8b35480857a96ac77162155297cb80c9480d (diff)
downloadchrome-ec-fdf68bdcd220ed9df3c543ca5097de1c37902932.tar.gz
samus: remove T6, T8, T10 from fan table
These numbers are too low right now and keep the fans going even in idle states. We should repopulate this table with better numbers when we get them. BUG=chrome-os-partner:34598, chrome-os-partner:34789 TEST=flash, check fan rpm BRANCH=ToT, samus Signed-off-by: Eric Caruso <ejcaruso@chromium.org> Change-Id: I651f82610b924ee9f1be5ade856bdc18d7cfc066 Reviewed-on: https://chromium-review.googlesource.com/242042 Reviewed-by: Bill Richardson <wfrichar@chromium.org>
-rw-r--r--board/samus/board.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/board/samus/board.c b/board/samus/board.c
index 7f5d3be034..6910829ad9 100644
--- a/board/samus/board.c
+++ b/board/samus/board.c
@@ -183,11 +183,11 @@ struct ec_thermal_config thermal_params[] = {
{{0, 0, 0}, 0, 0},
{{0, 0, 0}, C_TO_K(35), C_TO_K(49)}, /* CPU die */
{{0, 0, 0}, 0, 0},
- {{0, 0, 0}, C_TO_K(28), C_TO_K(44)}, /* Left C die */
+ {{0, 0, 0}, 0, 0}, /* Left C die */
{{0, 0, 0}, 0, 0},
- {{0, 0, 0}, C_TO_K(29), C_TO_K(43)}, /* Right C die */
+ {{0, 0, 0}, 0, 0}, /* Right C die */
{{0, 0, 0}, 0, 0},
- {{0, 0, 0}, C_TO_K(30), C_TO_K(44)}, /* Right D die */
+ {{0, 0, 0}, 0, 0}, /* Right D die */
{{0, 0, 0}, 0, 0},
{{0, 0, 0}, C_TO_K(43), C_TO_K(54)}, /* Left D die */
{{0, 0, 0}, 0, 0},