From 616cc446e2cc8acb5506592ba1f965d4c06f9b2b Mon Sep 17 00:00:00 2001 From: Duncan Laurie Date: Fri, 4 Oct 2013 14:55:56 -0700 Subject: 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 Reviewed-on: https://chromium-review.googlesource.com/171969 Reviewed-by: Bill Richardson --- board/bolt/board.h | 4 ++-- 1 file 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 -- cgit v1.2.1