summaryrefslogtreecommitdiff
path: root/board/delbin
diff options
context:
space:
mode:
authorMichael5 Chen <michael5_chen1@pegatron.corp-partner.google.com>2020-10-22 16:27:02 +0800
committerCommit Bot <commit-bot@chromium.org>2020-11-02 03:55:23 +0000
commit0438542f2690e958d47dd28636797acbd29fcd9d (patch)
tree76ffdbe162c87401bf2de033dcca145116cccaa1 /board/delbin
parentaa71c2bfd0a6207a3ae2b52782abb2655088c9c8 (diff)
downloadchrome-ec-0438542f2690e958d47dd28636797acbd29fcd9d.tar.gz
delbin: Configure EC fan control table.
Configure EC fan control table by thermal request. BUG=b:168958222 BRANCH=firmware-volteer-13521.B TEST=make BOARD=delbin Signed-off-by: Michael5 Chen <michael5_chen1@pegatron.corp-partner.google.com> Change-Id: I7526c8cf4bb05c41d36f9bc7205e38856f14f750 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2491576 Reviewed-by: Keith Short <keithshort@chromium.org>
Diffstat (limited to 'board/delbin')
-rw-r--r--board/delbin/board.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/delbin/board.c b/board/delbin/board.c
index b7a26b683b..7013ee2b78 100644
--- a/board/delbin/board.c
+++ b/board/delbin/board.c
@@ -163,7 +163,7 @@ const static struct ec_thermal_config thermal_cpu = {
[EC_TEMP_THRESH_HIGH] = C_TO_K(65),
},
.temp_fan_off = C_TO_K(35),
- .temp_fan_max = C_TO_K(50),
+ .temp_fan_max = C_TO_K(65),
};
/*
@@ -186,7 +186,7 @@ const static struct ec_thermal_config thermal_inductor = {
[EC_TEMP_THRESH_HIGH] = C_TO_K(65),
},
.temp_fan_off = C_TO_K(40),
- .temp_fan_max = C_TO_K(55),
+ .temp_fan_max = C_TO_K(65),
};