summaryrefslogtreecommitdiff
path: root/board/redrix/ec.tasklist
diff options
context:
space:
mode:
authorDevin Lu <Devin.Lu@quantatw.com>2021-08-06 17:03:38 +0800
committerCommit Bot <commit-bot@chromium.org>2021-08-10 06:06:26 +0000
commit2b46b253ecb62909b769e2d52efe55042b06819b (patch)
tree34e972a17798e35497049048f7271ee309bef92e /board/redrix/ec.tasklist
parentde9917c83703f31191ae3421275cec510990ab32 (diff)
downloadchrome-ec-2b46b253ecb62909b769e2d52efe55042b06819b.tar.gz
Redrix: Enable hardware charging ramp
This patch enables hw charging ramp, the bq25720 have hw ramp function (call Input Current Optimizer (ICO)). Enable it instead of sw ramp. BUG=b:195826406 BRANCH=none TEST=On Redrix. Plug in CDP, SDP, DCP, type-C and PD charger: 1. EC console chgsup to make sure voltage/current is indeed. 2. PDtrace to make sure we ramp current to a reasonable value. Signed-off-by: Devin Lu <Devin.Lu@quantatw.com> Change-Id: I37c7854769b4bc1f1eafbe8134bf0804ea35474a Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3077590 Reviewed-by: Boris Mittelberg <bmbm@google.com> Reviewed-by: Keith Short <keithshort@chromium.org>
Diffstat (limited to 'board/redrix/ec.tasklist')
-rw-r--r--board/redrix/ec.tasklist1
1 files changed, 0 insertions, 1 deletions
diff --git a/board/redrix/ec.tasklist b/board/redrix/ec.tasklist
index 527007d689..937fe97ae0 100644
--- a/board/redrix/ec.tasklist
+++ b/board/redrix/ec.tasklist
@@ -14,7 +14,6 @@
TASK_ALWAYS(HOOKS, hook_task, NULL, LARGER_TASK_STACK_SIZE) \
TASK_ALWAYS(LED, led_task, NULL, TASK_STACK_SIZE) \
TASK_ALWAYS_RW(PCHG, pchg_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, 0, TASK_STACK_SIZE) \
TASK_ALWAYS(CHARGER, charger_task, NULL, VENTI_TASK_STACK_SIZE) \