summaryrefslogtreecommitdiff
path: root/board/morphius/board.c
diff options
context:
space:
mode:
authorDevin Lu <Devin.Lu@quantatw.com>2021-09-03 17:42:47 +0800
committerCommit Bot <commit-bot@chromium.org>2021-10-26 00:58:20 +0000
commit9f24b437f39df880334d1d473ac4acbdcb4fa5cb (patch)
tree9516b6317f7210781812f7297877587417c71c82 /board/morphius/board.c
parent6e379e40b93d0a339598e82fb4ac01e0227cda93 (diff)
downloadchrome-ec-9f24b437f39df880334d1d473ac4acbdcb4fa5cb.tar.gz
cleanup: board: Remove unnecessary fan off/max with custom fan control.
Remove unnecessary fan off/max parameters for some boards. BUG=none BRANCH=none TEST=make buildall Signed-off-by: Devin Lu <Devin.Lu@quantatw.com> Change-Id: I230986096bb77f96519e5e233e85a3dc9dbe42c3 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3141334 Reviewed-by: Daisuke Nojiri <dnojiri@chromium.org>
Diffstat (limited to 'board/morphius/board.c')
-rw-r--r--board/morphius/board.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/board/morphius/board.c b/board/morphius/board.c
index 8e0577b133..35988b6723 100644
--- a/board/morphius/board.c
+++ b/board/morphius/board.c
@@ -589,8 +589,6 @@ const static struct ec_thermal_config thermal_cpu = {
.temp_host_release = {
[EC_TEMP_THRESH_HIGH] = C_TO_K(80),
},
- .temp_fan_off = C_TO_K(98),
- .temp_fan_max = C_TO_K(99),
};
struct ec_thermal_config thermal_params[TEMP_SENSOR_COUNT];