summaryrefslogtreecommitdiff
path: root/board/cheza
diff options
context:
space:
mode:
Diffstat (limited to 'board/cheza')
-rw-r--r--board/cheza/gpio.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/cheza/gpio.inc b/board/cheza/gpio.inc
index 2ec7c241a4..a2820713a6 100644
--- a/board/cheza/gpio.inc
+++ b/board/cheza/gpio.inc
@@ -86,9 +86,9 @@ GPIO(CHG_LED_W_C1, PIN(3, 0), GPIO_OUT_LOW) /* EC_CHG_LED_W_C1 */
*
* TODO(waihong): Support auto-detection and switching.
*/
-/* By default, switch port-0 to AP and port-1 to the hub */
+/* Switch both port-0 and port-1 to the hub, which matches the SS path. */
GPIO(USB_C0_HS_MUX_OE_L, PIN(A, 4), GPIO_OUT_LOW)
-GPIO(USB_C0_HS_MUX_SEL, PIN(A, 3), GPIO_OUT_LOW) /* L:D1(AP), H:D2(hub) */
+GPIO(USB_C0_HS_MUX_SEL, PIN(A, 3), GPIO_OUT_HIGH) /* L:D1(AP), H:D2(hub) */
GPIO(USB_C1_HS_MUX_OE_L, PIN(7, 3), GPIO_OUT_LOW)
GPIO(USB_C1_HS_MUX_SEL, PIN(B, 7), GPIO_OUT_LOW) /* L:D1(hub), H:D2(AP) */