summaryrefslogtreecommitdiff
path: root/board/berknip
diff options
context:
space:
mode:
authorEdward Hill <ecgh@chromium.org>2020-08-28 11:35:51 -0600
committerCommit Bot <commit-bot@chromium.org>2020-09-02 03:17:00 +0000
commit6b7a3e349d4d55c3a5a40bfa6094e415a5a4d8c3 (patch)
treee3067d5160fce08060f7dc20088507f0ab062cd0 /board/berknip
parent53fb92eca2338aeb3e4c3d88237b002b25cc326f (diff)
downloadchrome-ec-6b7a3e349d4d55c3a5a40bfa6094e415a5a4d8c3.tar.gz
zork: Re-Enable CONFIG_CHARGE_RAMP_SW
We would prefer to use CONFIG_CHARGE_RAMP_HW to enable legacy BC1.2 charging but that feature of ISL9241 is broken (b/160287056) so we have to use CONFIG_CHARGE_RAMP_SW instead. BUG=b:163864475,b:167257846 BRANCH=none TEST=ramp up to 1.5A from legacy charger Signed-off-by: Denis Brockus <dbrockus@chromium.org> Change-Id: I636e2bd6db57c11ce6da24cc2417b35bb59c6d07 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2388081 Reviewed-by: Edward Hill <ecgh@chromium.org>
Diffstat (limited to 'board/berknip')
-rw-r--r--board/berknip/ec.tasklist1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/berknip/ec.tasklist b/board/berknip/ec.tasklist
index 2874dff927..d9c1606eb2 100644
--- a/board/berknip/ec.tasklist
+++ b/board/berknip/ec.tasklist
@@ -9,6 +9,7 @@
#define CONFIG_TASK_LIST \
TASK_ALWAYS(HOOKS, hook_task, NULL, LARGER_TASK_STACK_SIZE) \
+ TASK_ALWAYS(CHG_RAMP, chg_ramp_task, NULL, TASK_STACK_SIZE) \
TASK_ALWAYS(USB_CHG_P0, usb_charger_task, 0, TASK_STACK_SIZE) \
TASK_ALWAYS(USB_CHG_P1, usb_charger_task, 1, TASK_STACK_SIZE) \
TASK_ALWAYS(CHARGER, charger_task, NULL, VENTI_TASK_STACK_SIZE) \