summaryrefslogtreecommitdiff
path: root/board/eldrid
diff options
context:
space:
mode:
authorScott Chao <scott_chao@wistron.corp-partner.google.com>2021-01-11 10:11:53 +0800
committerCommit Bot <commit-bot@chromium.org>2021-02-02 01:45:00 +0000
commita5235d2e2f010ae9309ee28c5345c6583eed3ba0 (patch)
tree58e5ed5b6050405281b59618300f6f7624114828 /board/eldrid
parent66be4beee9f00bf3ad3a122035eda2fef3e68e40 (diff)
downloadchrome-ec-a5235d2e2f010ae9309ee28c5345c6583eed3ba0.tar.gz
eldrid: update thermal table
Update thermal table for settings provided by thermal team on 2021-01-29. BUG=b:178768749 BRANCH=firmware-volteer-13672.B-master TEST=make buildall TEST=test pass by thermal team Signed-off-by: Scott Chao <scott_chao@wistron.corp-partner.google.com> Change-Id: I60c3211b80ede4877c3469820519b2d62f2efbe0 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2620719 Reviewed-by: Keith Short <keithshort@chromium.org>
Diffstat (limited to 'board/eldrid')
-rw-r--r--board/eldrid/thermal.c28
1 files changed, 14 insertions, 14 deletions
diff --git a/board/eldrid/thermal.c b/board/eldrid/thermal.c
index 35f4ac34a6..ba8600a072 100644
--- a/board/eldrid/thermal.c
+++ b/board/eldrid/thermal.c
@@ -95,39 +95,39 @@ struct fan_step {
static const struct fan_step fan_table[] = {
{
/* level 0 */
- .on = {-1, -1, 40, -1},
+ .on = {-1, -1, 44, -1},
.off = {-1, -1, 0, -1},
.rpm = {0},
},
{
/* level 1 */
- .on = {-1, -1, 44, -1},
- .off = {-1, -1, 40, -1},
+ .on = {-1, -1, 46, -1},
+ .off = {-1, -1, 44, -1},
.rpm = {3200},
},
{
/* level 2 */
- .on = {-1, -1, 48, -1},
- .off = {-1, -1, 46, -1},
- .rpm = {3500},
+ .on = {-1, -1, 50, -1},
+ .off = {-1, -1, 45, -1},
+ .rpm = {3600},
},
{
/* level 3 */
- .on = {-1, -1, 52, -1},
- .off = {-1, -1, 50, -1},
- .rpm = {4000},
+ .on = {-1, -1, 54, -1},
+ .off = {-1, -1, 49, -1},
+ .rpm = {4100},
},
{
/* level 4 */
- .on = {-1, -1, 56, -1},
- .off = {-1, -1, 54, -1},
- .rpm = {4600},
+ .on = {-1, -1, 58, -1},
+ .off = {-1, -1, 53, -1},
+ .rpm = {4900},
},
{
/* level 5 */
.on = {-1, -1, 60, -1},
- .off = {-1, -1, 58, -1},
- .rpm = {5100},
+ .off = {-1, -1, 57, -1},
+ .rpm = {5200},
},
};