summaryrefslogtreecommitdiff
path: root/board/vell
diff options
context:
space:
mode:
authorDevin Lu <Devin.Lu@quantatw.com>2022-09-06 10:26:32 +0800
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-09-07 00:57:42 +0000
commitf33a59ea0f556501d0f84185e84942f28bc86ac2 (patch)
tree9158f453574e0daa609d04fe52d9aaa44ca3d45e /board/vell
parent5779f2af25d06ec1cb06cb14db4655ab63a9ec1d (diff)
downloadchrome-ec-f33a59ea0f556501d0f84185e84942f28bc86ac2.tar.gz
vell: Update fan table version 6
BUG=b:216026302 BRANCH=none TEST=Thermal team verified thermal policy is expected. Signed-off-by: Devin Lu <Devin.Lu@quantatw.com> Change-Id: I4421ef05ba314b6c7c7ed0acef142c95dbba7395 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3875342 Reviewed-by: Boris Mittelberg <bmbm@google.com> Commit-Queue: Devin Lu <devin.lu@quantatw.com> Reviewed-by: caveh jalali <caveh@chromium.org> Tested-by: Devin Lu <devin.lu@quantatw.com>
Diffstat (limited to 'board/vell')
-rw-r--r--board/vell/thermal.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/board/vell/thermal.c b/board/vell/thermal.c
index f165f06496..5ce87fd3a5 100644
--- a/board/vell/thermal.c
+++ b/board/vell/thermal.c
@@ -37,27 +37,27 @@ struct fan_step {
static const struct fan_step fan_table[] = {
{
/* level 0 */
- .on = { 48, 65, 48, 50, -1 },
+ .on = { 48, 62, 48, 50, -1 },
.off = { 99, 99, 99, 99, -1 },
.rpm = { 0 },
},
{
/* level 1 */
- .on = { 50, 65, 50, 52, -1 },
+ .on = { 50, 62, 50, 52, -1 },
.off = { 47, 99, 47, 49, -1 },
- .rpm = { 3100 },
+ .rpm = { 3200 },
},
{
/* level 2 */
- .on = { 53, 65, 53, 54, -1 },
+ .on = { 53, 62, 53, 54, -1 },
.off = { 49, 99, 49, 51, -1 },
- .rpm = { 3900 },
+ .rpm = { 4050 },
},
{
/* level 3 */
.on = { 100, 100, 100, 100, -1 },
- .off = { 51, 64, 51, 52, -1 },
- .rpm = { 5650 },
+ .off = { 51, 60, 51, 52, -1 },
+ .rpm = { 5800 },
},
};