summaryrefslogtreecommitdiff
path: root/board/woomax
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/woomax
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/woomax')
-rw-r--r--board/woomax/board.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/board/woomax/board.c b/board/woomax/board.c
index 7770804402..106f21db59 100644
--- a/board/woomax/board.c
+++ b/board/woomax/board.c
@@ -763,8 +763,6 @@ const static struct ec_thermal_config thermal_thermistor = {
.temp_host_release = {
[EC_TEMP_THRESH_HIGH] = C_TO_K(90),
},
- .temp_fan_off = C_TO_K(25),
- .temp_fan_max = C_TO_K(58),
};
const static struct ec_thermal_config thermal_cpu = {
@@ -775,8 +773,6 @@ const static struct ec_thermal_config thermal_cpu = {
.temp_host_release = {
[EC_TEMP_THRESH_HIGH] = C_TO_K(90),
},
- .temp_fan_off = C_TO_K(25),
- .temp_fan_max = C_TO_K(58),
};
struct ec_thermal_config thermal_params[TEMP_SENSOR_COUNT];