summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--board/voxel/board.c26
1 files changed, 0 insertions, 26 deletions
diff --git a/board/voxel/board.c b/board/voxel/board.c
index 01b225dcfa..49ef505c00 100644
--- a/board/voxel/board.c
+++ b/board/voxel/board.c
@@ -52,32 +52,6 @@ union volteer_cbi_fw_config fw_config_defaults = {
.usb_db = DB_USB4_GEN3,
};
-__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;
-}
-
/******************************************************************************/
/* Physical fans. These are logically separate from pwm_channels. */