summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRong Chang <rongchang@chromium.org>2017-11-08 18:07:50 +0800
committerchrome-bot <chrome-bot@chromium.org>2017-11-29 12:22:22 -0800
commit2690fc4e97b58bff2bdf9baa00f30e3893b57c36 (patch)
tree51c883529b5dfa2c6fb00750227dfe825143a262
parent43b864e69c746cbe3196334c4f62b882a9b3be00 (diff)
downloadchrome-ec-2690fc4e97b58bff2bdf9baa00f30e3893b57c36.tar.gz
coffeecake: Change host high pullup from Rp1500 to Rp3000
Coffeecake can charge 5V at 3A current. Host high pullup should be Rp3000 instead of Rp1500. This change sets USB_C_CC1_DEVICE_ODL to push-pull mode. BRANCH=none BUG=b:67910633 TEST=manual connect Twinkie sink and measure the CC adc Signed-off-by: Rong Chang <rongchang@chromium.org> Change-Id: I471c2f2269ad412851096acb23daf1a5b7dab437 Reviewed-on: https://chromium-review.googlesource.com/758319 Commit-Ready: ChromeOS CL Exonerator Bot <chromiumos-cl-exonerator@appspot.gserviceaccount.com>
-rw-r--r--board/coffeecake/gpio.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/coffeecake/gpio.inc b/board/coffeecake/gpio.inc
index 0c1665a5d9..bab62a6bea 100644
--- a/board/coffeecake/gpio.inc
+++ b/board/coffeecake/gpio.inc
@@ -24,7 +24,7 @@ GPIO(PD_SBU_ENABLE, PIN(A, 8), GPIO_OUT_LOW)
GPIO(USB_DM, PIN(A, 11), GPIO_ANALOG)
GPIO(USB_DP, PIN(A, 12), GPIO_ANALOG)
GPIO(PD_DISCHARGE, PIN(A, 13), GPIO_OUT_LOW)
-GPIO(PD_CC1_ODL, PIN(A, 15), GPIO_ODR_LOW)
+GPIO(PD_CC1_ODL, PIN(A, 15), GPIO_OUT_LOW)
GPIO(EN_PP3300, PIN(B, 0), GPIO_OUT_HIGH)
GPIO(MCU_PB1, PIN(B, 1), GPIO_OUT_LOW)