summaryrefslogtreecommitdiff
path: root/board/nipperkin
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/nipperkin
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/nipperkin')
-rw-r--r--board/nipperkin/board.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/board/nipperkin/board.c b/board/nipperkin/board.c
index 8dc2f253be..a065dad5c0 100644
--- a/board/nipperkin/board.c
+++ b/board/nipperkin/board.c
@@ -273,9 +273,6 @@ struct ec_thermal_config thermal_params[TEMP_SENSOR_COUNT] = {
.temp_host_release = {
[EC_TEMP_THRESH_HIGH] = C_TO_K(80),
},
- /* TODO: Setting fan off to 0 so it's allways on */
- .temp_fan_off = C_TO_K(0),
- .temp_fan_max = C_TO_K(70),
},
[TEMP_SENSOR_CHARGER] = {
.temp_host = {
@@ -285,8 +282,6 @@ struct ec_thermal_config thermal_params[TEMP_SENSOR_COUNT] = {
.temp_host_release = {
[EC_TEMP_THRESH_HIGH] = C_TO_K(80),
},
- .temp_fan_off = 0,
- .temp_fan_max = 0,
},
[TEMP_SENSOR_MEMORY] = {
.temp_host = {
@@ -296,8 +291,6 @@ struct ec_thermal_config thermal_params[TEMP_SENSOR_COUNT] = {
.temp_host_release = {
[EC_TEMP_THRESH_HIGH] = C_TO_K(80),
},
- .temp_fan_off = 0,
- .temp_fan_max = 0,
},
[TEMP_SENSOR_CPU] = {
.temp_host = {
@@ -307,12 +300,6 @@ struct ec_thermal_config thermal_params[TEMP_SENSOR_COUNT] = {
.temp_host_release = {
[EC_TEMP_THRESH_HIGH] = C_TO_K(80),
},
- /*
- * CPU temp sensor fan thresholds are high because they are a
- * backup for the SOC temp sensor fan thresholds.
- */
- .temp_fan_off = C_TO_K(60),
- .temp_fan_max = C_TO_K(90),
},
/*
* Note: Leave ambient entries at 0, both as it does not represent a