summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--board/terrador/board.c26
1 files changed, 0 insertions, 26 deletions
diff --git a/board/terrador/board.c b/board/terrador/board.c
index cad71b18a7..dcd0831409 100644
--- a/board/terrador/board.c
+++ b/board/terrador/board.c
@@ -54,32 +54,6 @@ static void board_init(void)
}
DECLARE_HOOK(HOOK_INIT, board_init, HOOK_PRIO_DEFAULT);
-__override enum tbt_compat_cable_speed board_get_max_tbt_speed(int port)
-{
- /* Routing length exceeds 205mm prior to connection to re-timer */
- if (port == USBC_PORT_C1)
- return TBT_SS_U32_GEN1_GEN2;
-
- /*
- * Thunderbolt-compatible mode not supported
- *
- * TODO (b/147726366): 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;
-}
-
-__override bool board_is_tbt_usb4_port(int port)
-{
- /*
- * On Proto-1 only Port 1 supports TBT & USB4
- *
- * TODO (b/147732807): 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;
-}
-
/******************************************************************************/
/* I2C port map configuration */
const struct i2c_port_t i2c_ports[] = {