summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--board/todor/gpio.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/board/todor/gpio.inc b/board/todor/gpio.inc
index 21d3a80211..345f485b39 100644
--- a/board/todor/gpio.inc
+++ b/board/todor/gpio.inc
@@ -89,6 +89,8 @@ GPIO(USB_C0_RT_RST_ODL, PIN(6, 1), GPIO_ODR_LOW) /* USB_C0 Reset */
GPIO(USB_C1_RT_RST_ODL, PIN(8, 3), GPIO_ODR_LOW) /* USB_C1 Reset */
GPIO(USB_C0_OC_ODL, PIN(B, 1), GPIO_ODR_HIGH)
GPIO(USB_C1_OC_ODL, PIN(5, 0), GPIO_ODR_HIGH)
+GPIO(USB_C0_FRS_EN, PIN(6, 0), GPIO_OUT_LOW)
+GPIO(USB_C1_FRS_EN, PIN(9, 4), GPIO_OUT_LOW)
/* Don't have a load switch for retimer */
UNIMPLEMENTED(USB_C0_LS_EN)