summaryrefslogtreecommitdiff
path: root/board/dragonegg/ec.tasklist
diff options
context:
space:
mode:
authorScott Collyer <scollyer@google.com>2018-08-16 11:06:33 -0700
committerchrome-bot <chrome-bot@chromium.org>2018-09-13 18:58:37 -0700
commit675087c355ac85a7a82d20e2244822ff786aa4ae (patch)
tree1a7d274a4ea355055e3b9ed3db622033de02bc34 /board/dragonegg/ec.tasklist
parent3c53f0413a966da25cbe803f614acd36d5c87685 (diff)
downloadchrome-ec-675087c355ac85a7a82d20e2244822ff786aa4ae.tar.gz
DragonEgg: Add support for port 2 Type C
This CL adds support for Type C port 2 which uses the TI USB422 TCPC and NX20P3481 PPC. BUG=b:111281797 BRANCH=none TEST=Verifed that port 2 works as a sink and source. Change-Id: I7ad200768d81fd95aee625e5871b2350412a4f79 Signed-off-by: Scott Collyer <scollyer@google.com> Reviewed-on: https://chromium-review.googlesource.com/1178997 Commit-Ready: ChromeOS CL Exonerator Bot <chromiumos-cl-exonerator@appspot.gserviceaccount.com> Tested-by: Scott Collyer <scollyer@chromium.org> Reviewed-by: Furquan Shaikh <furquan@chromium.org> Reviewed-by: Jett Rink <jettrink@chromium.org>
Diffstat (limited to 'board/dragonegg/ec.tasklist')
-rw-r--r--board/dragonegg/ec.tasklist3
1 files changed, 2 insertions, 1 deletions
diff --git a/board/dragonegg/ec.tasklist b/board/dragonegg/ec.tasklist
index 04618aa7e2..cce01989ec 100644
--- a/board/dragonegg/ec.tasklist
+++ b/board/dragonegg/ec.tasklist
@@ -31,5 +31,6 @@
TASK_ALWAYS(POWERBTN, power_button_task, NULL, LARGER_TASK_STACK_SIZE) \
TASK_NOTEST(KEYSCAN, keyboard_scan_task, NULL, TASK_STACK_SIZE) \
TASK_ALWAYS(PD_C0, pd_task, NULL, LARGER_TASK_STACK_SIZE) \
- TASK_ALWAYS(PD_C1, pd_task, NULL, LARGER_TASK_STACK_SIZE)
+ TASK_ALWAYS(PD_C1, pd_task, NULL, LARGER_TASK_STACK_SIZE) \
+ TASK_ALWAYS(PD_C2, pd_task, NULL, LARGER_TASK_STACK_SIZE)