summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDuncan Laurie <dlaurie@chromium.org>2013-10-04 14:55:56 -0700
committerchrome-internal-fetch <chrome-internal-fetch@google.com>2013-10-05 21:00:30 +0000
commit616cc446e2cc8acb5506592ba1f965d4c06f9b2b (patch)
tree35cef3aa91dda9683e89f3cd091c828129ed4710
parente98db03d3bb9c91054f8608ccb31c8e8b704bab9 (diff)
downloadchrome-ec-616cc446e2cc8acb5506592ba1f965d4c06f9b2b.tar.gz
bolt: Make fan min/max be the same as link
The fan was not spinning enough to cool the system because it thought the max fan speed was 5000. BUG=none BRANCH=bolt TEST=build and boot on bolt, generate load and see that the fan comes on to a reasonable level to cool the system. Change-Id: Ifa5023534a6be8625abf7df7fa44aed649f4fabc Signed-off-by: Duncan Laurie <dlaurie@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/171969 Reviewed-by: Bill Richardson <wfrichar@chromium.org>
-rw-r--r--board/bolt/board.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/bolt/board.h b/board/bolt/board.h
index 7775ffe9b6..bc1d732090 100644
--- a/board/bolt/board.h
+++ b/board/bolt/board.h
@@ -38,8 +38,8 @@
#define CONFIG_CHARGER_INPUT_CURRENT 5000
#define CONFIG_FAN
#define CONFIG_FAN_CH_CPU 2
-#define CONFIG_FAN_RPM_MIN 1000
-#define CONFIG_FAN_RPM_MAX 5050
+#define CONFIG_FAN_RPM_MIN 1500
+#define CONFIG_FAN_RPM_MAX 9300
#define CONFIG_FAN_POWER_GOOD GPIO_PP5000_PGOOD
#define CONFIG_PWM
#define CONFIG_PWM_KBLIGHT