summaryrefslogtreecommitdiff
path: root/board/jinlon/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/jinlon/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/jinlon/board.c')
-rw-r--r--board/jinlon/board.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/board/jinlon/board.c b/board/jinlon/board.c
index 470ff37f65..c0022e970f 100644
--- a/board/jinlon/board.c
+++ b/board/jinlon/board.c
@@ -358,8 +358,6 @@ const static struct ec_thermal_config thermal_a = {
[EC_TEMP_THRESH_WARN] = 0,
[EC_TEMP_THRESH_HIGH] = C_TO_K(65),
},
- .temp_fan_off = C_TO_K(25),
- .temp_fan_max = C_TO_K(70),
};
const static struct ec_thermal_config thermal_b = {
@@ -373,8 +371,6 @@ const static struct ec_thermal_config thermal_b = {
[EC_TEMP_THRESH_HIGH] = C_TO_K(65),
[EC_TEMP_THRESH_HALT] = 0,
},
- .temp_fan_off = C_TO_K(25),
- .temp_fan_max = C_TO_K(50),
};
struct ec_thermal_config thermal_params[TEMP_SENSOR_COUNT];