summaryrefslogtreecommitdiff
path: root/board/malefor
diff options
context:
space:
mode:
authorKeith Short <keithshort@chromium.org>2020-04-14 10:28:01 -0600
committerCommit Bot <commit-bot@chromium.org>2020-04-15 19:19:16 +0000
commit5af9101c093350b299ddac21039cf1671392299c (patch)
tree746e5ec5c26ccfd60c06d944fe117e8959823602 /board/malefor
parentc822930e96290fe8eff6e4ede10fe90693c70f4a (diff)
downloadchrome-ec-5af9101c093350b299ddac21039cf1671392299c.tar.gz
malefor: Update bug tracking USB-C features
BUG=b:153996396 BRANCH=none TEST=make buildall -j Change-Id: I91091e8bb46ef986e8f0f3363e90107e86e928e0 Signed-off-by: Keith Short <keithshort@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2149273 Reviewed-by: Abe Levkoy <alevkoy@chromium.org> Commit-Queue: Abe Levkoy <alevkoy@chromium.org>
Diffstat (limited to 'board/malefor')
-rw-r--r--board/malefor/board.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/board/malefor/board.c b/board/malefor/board.c
index 3748286868..e332a6352f 100644
--- a/board/malefor/board.c
+++ b/board/malefor/board.c
@@ -47,7 +47,7 @@ __override enum tbt_compat_cable_speed board_get_max_tbt_speed(int port)
/*
* Thunderbolt-compatible mode not supported
*
- * TODO (b/147726366): All the USB-C ports need to support same speed.
+ * TODO (b/153996396): All the USB-C ports need to support same speed.
* Need to fix once USB-C feature set is known for Volteer.
*/
return TBT_SS_RES_0;
@@ -56,9 +56,9 @@ __override enum tbt_compat_cable_speed board_get_max_tbt_speed(int port)
__override bool board_is_tbt_usb4_port(int port)
{
/*
- * On Proto-1 only Port 1 supports TBT & USB4
+ * On the Volteer reference board only port 1 supports TBT & USB4
*
- * TODO (b/147732807): All the USB-C ports need to support same
+ * TODO (b/153996396): All the USB-C ports need to support same
* features. Need to fix once USB-C feature set is known for Volteer.
*/
return port == USBC_PORT_C1;