summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevin Lu <Devin.Lu@quantatw.com>2021-11-05 17:07:19 +0800
committerCommit Bot <commit-bot@chromium.org>2021-11-09 23:57:40 +0000
commit3adaa9deca9439bc0768636e077e8acb2d35062f (patch)
tree0e7a97fe29cb4a05e1e09c3905e2999542d67cc1
parentb1ceb88266cecf284d76aedf90ec02f30141213e (diff)
downloadchrome-ec-3adaa9deca9439bc0768636e077e8acb2d35062f.tar.gz
redrix: Update fan table version 2
BUG=b:195673113 BRANCH=none TEST=Thermal team verified thermal policy is expected. Signed-off-by: Devin Lu <Devin.Lu@quantatw.com> Change-Id: I6918404f3e39de2816cf7228030d03f49f726346 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3263847 Reviewed-by: Boris Mittelberg <bmbm@google.com> Reviewed-by: Rex Huang <rex_huang@quanta.corp-partner.google.com>
-rw-r--r--board/redrix/thermal.c24
1 files changed, 12 insertions, 12 deletions
diff --git a/board/redrix/thermal.c b/board/redrix/thermal.c
index 39d9a49c3a..d35d81b02d 100644
--- a/board/redrix/thermal.c
+++ b/board/redrix/thermal.c
@@ -48,37 +48,37 @@ static const struct fan_step fan_table_clamshell[] = {
/* level 1 */
.on = {45, 47, 0, -1},
.off = {44, 46, 99, -1},
- .rpm = {3400, 3900},
+ .rpm = {4000, 4400},
},
{
/* level 2 */
.on = {46, 48, 0, -1},
.off = {45, 47, 99, -1},
- .rpm = {3700, 4200},
+ .rpm = {4700, 5000},
},
{
/* level 3 */
.on = {47, 49, 0, -1},
.off = {46, 48, 99, -1},
- .rpm = {4100, 4500},
+ .rpm = {5000, 5400},
},
{
/* level 4 */
.on = {48, 50, 50, -1},
.off = {47, 49, 48, -1},
- .rpm = {4200, 4600},
+ .rpm = {5300, 5600},
},
{
/* level 5 */
.on = {49, 51, 52, -1},
.off = {48, 50, 50, -1},
- .rpm = {4600, 4900},
+ .rpm = {5700, 6000},
},
{
/* level 6 */
.on = {100, 100, 100, -1},
.off = {49, 51, 52, -1},
- .rpm = {4900, 5200},
+ .rpm = {6200, 6400},
},
};
@@ -93,37 +93,37 @@ static const struct fan_step fan_table_tablet[] = {
/* level 1 */
.on = {45, 47, 0, -1},
.off = {44, 46, 99, -1},
- .rpm = {3400, 3900},
+ .rpm = {4200, 4400},
},
{
/* level 2 */
.on = {46, 48, 0, -1},
.off = {45, 47, 99, -1},
- .rpm = {3700, 4200},
+ .rpm = {4700, 4900},
},
{
/* level 3 */
.on = {47, 49, 0, -1},
.off = {46, 48, 99, -1},
- .rpm = {4100, 4500},
+ .rpm = {5000, 5300},
},
{
/* level 4 */
.on = {48, 50, 50, -1},
.off = {47, 49, 48, -1},
- .rpm = {4200, 4600},
+ .rpm = {5200, 5500},
},
{
/* level 5 */
.on = {49, 51, 52, -1},
.off = {48, 50, 50, -1},
- .rpm = {4600, 4900},
+ .rpm = {5700, 5900},
},
{
/* level 6 */
.on = {100, 100, 100, -1},
.off = {49, 51, 52, -1},
- .rpm = {4900, 5200},
+ .rpm = {6100, 6300},
},
};