summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandru M Stan <amstan@chromium.org>2019-05-09 14:50:35 -0700
committerchrome-bot <chrome-bot@chromium.org>2019-05-12 19:27:44 -0700
commit54379d5baf08425b06e263a7d592f02fbc2aa317 (patch)
tree4c5a2d95ee05c716b21f8264ef95b836030d0ee5
parentf629e810d22a7cf96bb13f8ca0f692289f64f0f1 (diff)
downloadchrome-ec-54379d5baf08425b06e263a7d592f02fbc2aa317.tar.gz
krane: Reverse BC12 OE in order to fix USB
While we're trying to enable BC12 with CL:1575050, we should unblock a few people from using USB by reversing this pin. TEST=USB works (both kernel and firmware) without "gpioset BC12_DET_EN 0" BUG=b:122866184 BRANCH=None Change-Id: Ie54be2351908c2b60b998c5666b39c6d465b358c Signed-off-by: Alexandru M Stan <amstan@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/1603476 Commit-Ready: ChromeOS CL Exonerator Bot <chromiumos-cl-exonerator@appspot.gserviceaccount.com> Reviewed-by: Yilun Lin <yllin@chromium.org>
-rw-r--r--board/kukui/gpio.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/kukui/gpio.inc b/board/kukui/gpio.inc
index 1b5333fbeb..6f7630609e 100644
--- a/board/kukui/gpio.inc
+++ b/board/kukui/gpio.inc
@@ -85,7 +85,7 @@ GPIO(EN_PP3300_POGO, PIN(A, 13), GPIO_OUT_LOW)
GPIO(EN_POGO_CHARGE_L, PIN(B, 6), GPIO_OUT_HIGH)
GPIO(EN_USBC_CHARGE_L, PIN(C, 7), GPIO_OUT_LOW)
GPIO(EN_PP5000_USBC, PIN(D, 2), GPIO_OUT_LOW)
-GPIO(BC12_DET_EN, PIN(C, 4), GPIO_OUT_HIGH)
+GPIO(BC12_DET_EN, PIN(C, 4), GPIO_OUT_LOW)
/* USART1: PA9/PA10 */
ALTERNATE(PIN_MASK(A, 0x0600), 1, MODULE_UART, 0)