summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Yilun Lin <yllin@chromium.org>2021-08-30 18:17:26 +0800
committerCommit Bot <commit-bot@chromium.org>2021-11-19 04:24:57 +0000
commit67d342fb208b2039c385a462e980b76be39e44c7 (patch)
tree519adc26ed411742274438c671f8cb45f8801e8e
parentb644f9dc42009bb5e3cacce5c6060607179be8a1 (diff)
downloadchrome-ec-67d342fb208b2039c385a462e980b76be39e44c7.tar.gz
goroh: Swap C0/C1 DP-HPD pin
The schematic was reversed (wrong) so we have to fix it. BUG=b:198108240 TEST=make buildall BRANCH=main Change-Id: I5bc0b88dbd6bd88764a7abeab117b8fcbe72da4f Signed-off-by: Eric Yilun Lin <yllin@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3129220 Reviewed-by: Rong Chang <rongchang@chromium.org> Reviewed-by: Ting Shen <phoenixshen@chromium.org> Commit-Queue: Eric Yilun Lin <yllin@google.com> Tested-by: Eric Yilun Lin <yllin@google.com>
-rw-r--r--board/goroh/gpio.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/goroh/gpio.inc b/board/goroh/gpio.inc
index fe454d035e..9d10ea37bd 100644
--- a/board/goroh/gpio.inc
+++ b/board/goroh/gpio.inc
@@ -81,8 +81,8 @@ GPIO(EN_PP1800_VDDIO_PMC_X, PIN(B, 7), GPIO_OUT_LOW)
GPIO(EC_INT_L, PIN(E, 6), GPIO_ODR_HIGH | GPIO_SEL_1P8V) /* EC_AP_INT_ODL */
/* USB and USBC Signals */
-GPIO(USB_C0_HPD_3V3, PIN(J, 0), GPIO_OUT_LOW)
-GPIO(USB_C1_HPD_3V3, PIN(J, 1), GPIO_OUT_LOW)
+GPIO(USB_C1_HPD_3V3, PIN(J, 0), GPIO_OUT_LOW)
+GPIO(USB_C0_HPD_3V3, PIN(J, 1), GPIO_OUT_LOW)
GPIO(USB_C1_HPD_IN, PIN(J, 2), GPIO_OUT_LOW)
GPIO(EN_USB_C1_MUX_PWR, PIN(F, 0), GPIO_OUT_LOW)
GPIO(USB_C0_SBU1_DC, PIN(H, 4), GPIO_OUT_LOW)