From 03a1da3b657e20764bd171fcb321196fef031571 Mon Sep 17 00:00:00 2001 From: Vic Yang Date: Tue, 5 Mar 2013 10:51:34 +0800 Subject: spring: switch default current limit mode to aggressive mode Measurement result for aggressive mode looks good. Let's switch to it by default. BUG=chrome-os-partner:14319 TEST=Boot and check current limit mode. BRANCH=none Change-Id: I117170aaea8c3a3304dc27815ffb429fff2f22c7 Signed-off-by: Vic Yang Reviewed-on: https://gerrit.chromium.org/gerrit/44607 Reviewed-by: Vincent Palatin --- board/spring/usb_charging.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/spring/usb_charging.c b/board/spring/usb_charging.c index cf17170129..08b7eba1ac 100644 --- a/board/spring/usb_charging.c +++ b/board/spring/usb_charging.c @@ -56,7 +56,7 @@ static int current_pwm_duty; static enum { LIMIT_NORMAL, LIMIT_AGGRESSIVE, -} current_limit_mode; +} current_limit_mode = LIMIT_AGGRESSIVE; /* * Last time we see a power source removed. Also records the power source -- cgit v1.2.1