mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-14 00:26:30 +00:00
nocturne: Change SYS_RST_L to open drain.
BUG=b:80500449 BRANCH=poppy TEST=flash nocturne; verify that AP boots and chipset can be reset. Change-Id: Icd195b6323bb4e94eb4184231860e755d40c0675 Signed-off-by: Aseda Aboagye <aaboagye@google.com> Reviewed-on: https://chromium-review.googlesource.com/1087547 Commit-Ready: ChromeOS CL Exonerator Bot <chromiumos-cl-exonerator@appspot.gserviceaccount.com> Tested-by: Aseda Aboagye <aaboagye@chromium.org> Reviewed-by: Furquan Shaikh <furquan@chromium.org>
This commit is contained in:
committed by
chrome-bot
parent
77da1b6499
commit
b3fbac369a
@@ -41,7 +41,7 @@ GPIO(EC_PCH_RTCRST, PIN(7, 6), GPIO_OUT_LOW)
|
||||
GPIO(SLP_SUS_L_PMIC, PIN(D, 7), GPIO_OUT_LOW)
|
||||
GPIO(EC_PCH_WAKE_L, PIN(7, 4), GPIO_ODR_HIGH | GPIO_PULL_UP)
|
||||
GPIO(EC_PROCHOT_ODL, PIN(3, 4), GPIO_ODR_HIGH)
|
||||
GPIO(SYS_RESET_L, PIN(0, 2), GPIO_OUT_HIGH)
|
||||
GPIO(SYS_RESET_L, PIN(0, 2), GPIO_ODR_HIGH)
|
||||
GPIO(USB_C0_DP_HPD, PIN(C, 5), GPIO_OUT_LOW)
|
||||
GPIO(USB_C1_DP_HPD, PIN(C, 6), GPIO_OUT_LOW)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user