summaryrefslogtreecommitdiff
path: root/board/damu/ec.tasklist
diff options
context:
space:
mode:
authorScott Chao <scott.chao@bitland.corp-partner.google.com>2020-03-25 23:02:07 -0400
committerCommit Bot <commit-bot@chromium.org>2020-03-26 11:36:36 +0000
commit39088753b33270156592866df2a21927f0f2b653 (patch)
treec369fa5c0664812c2cb2e7a11da71e337d4241af /board/damu/ec.tasklist
parenta88bd6dd2ce985f15cee44e95562639a4112f283 (diff)
downloadchrome-ec-39088753b33270156592866df2a21927f0f2b653.tar.gz
damu: enable bit-bang for battery smbus
EC using PA5/PC4 as i2c pin for battery. BUG=b:152456966 BRANCH=kukui TEST=make -j BOARD=damu TEST=make buildall TEST=On board testing to wait until we receive proto1 board. Signed-off-by: Scott Chao <scott.chao@bitland.corp-partner.google.com> Change-Id: I0064b8fde634fc3824593102e5fe8bc64563b0d5 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2120877 Reviewed-by: Ting Shen <phoenixshen@chromium.org>
Diffstat (limited to 'board/damu/ec.tasklist')
-rw-r--r--board/damu/ec.tasklist2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/damu/ec.tasklist b/board/damu/ec.tasklist
index 4b7574652e..283af8595a 100644
--- a/board/damu/ec.tasklist
+++ b/board/damu/ec.tasklist
@@ -7,7 +7,7 @@
* See CONFIG_TASK_LIST in config.h for details.
*/
#define CONFIG_TASK_LIST \
- TASK_ALWAYS(HOOKS, hook_task, NULL, LARGER_TASK_STACK_SIZE) \
+ TASK_ALWAYS(HOOKS, hook_task, NULL, VENTI_TASK_STACK_SIZE) \
TASK_ALWAYS(CHARGER, charger_task, NULL, VENTI_TASK_STACK_SIZE) \
TASK_ALWAYS(USB_CHG_P0, usb_charger_task, NULL, VENTI_TASK_STACK_SIZE) \
TASK_NOTEST(CHIPSET, chipset_task, NULL, LARGER_TASK_STACK_SIZE) \