summaryrefslogtreecommitdiff
path: root/board/woomax/ec.tasklist
diff options
context:
space:
mode:
authorEdward Hill <ecgh@chromium.org>2020-08-28 11:35:51 -0600
committerCommit Bot <commit-bot@chromium.org>2020-08-30 01:36:12 +0000
commit8a768a06bc876f83427691d27b4e572418406875 (patch)
treeb0e287a0acbae2b6ea4ce993e0394ad87e950ffc /board/woomax/ec.tasklist
parent79c4353e8d0f45ce3b3908757194f5191bb389da (diff)
downloadchrome-ec-8a768a06bc876f83427691d27b4e572418406875.tar.gz
zork: 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 BRANCH=zork TEST=ramp up to 1.5A from legacy charger Signed-off-by: Edward Hill <ecgh@chromium.org> Change-Id: Iec0a4b82f42fd388d738362ce9a8de4d31c61054 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2382635
Diffstat (limited to 'board/woomax/ec.tasklist')
-rw-r--r--board/woomax/ec.tasklist1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/woomax/ec.tasklist b/board/woomax/ec.tasklist
index 2874dff927..d9c1606eb2 100644
--- a/board/woomax/ec.tasklist
+++ b/board/woomax/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) \