mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-08 16:41:55 +00:00
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>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user