mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-10 17:41:54 +00:00
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>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user