summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVic Yang <victoryang@chromium.org>2013-03-05 10:51:34 +0800
committerChromeBot <chrome-bot@google.com>2013-03-05 18:42:26 -0800
commit03a1da3b657e20764bd171fcb321196fef031571 (patch)
tree14912c5f03bbb1f61ef68ffa89b51f10e42e9338
parente60f1ab2246e2eac9b667690c39873baa974ab5b (diff)
downloadchrome-ec-03a1da3b657e20764bd171fcb321196fef031571.tar.gz
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 <victoryang@chromium.org> Reviewed-on: https://gerrit.chromium.org/gerrit/44607 Reviewed-by: Vincent Palatin <vpalatin@chromium.org>
-rw-r--r--board/spring/usb_charging.c2
1 files changed, 1 insertions, 1 deletions
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