mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-06 15:01:35 +00:00
ryu: remove the pull-up on ACOK
it was not needed before, it's now harmful for the new VBUS detection circuit on EVT2. Signed-off-by: Vincent Palatin <vpalatin@chromium.org> BRANCH=none BUG=none TEST=on Ryu P6 reworked with the new VBUS detection circuit, probed voltages and did "gpioget CHGR_ACOK" with type-C unplugged. Change-Id: I1d99f249c1949aa35f98a896e7ac8ee019295e19 Reviewed-on: https://chromium-review.googlesource.com/273006 Trybot-Ready: Vincent Palatin <vpalatin@chromium.org> Commit-Queue: Vincent Palatin <vpalatin@chromium.org> Tested-by: Vincent Palatin <vpalatin@chromium.org> Reviewed-by: Vincent Palatin <vpalatin@chromium.org>
This commit is contained in:
committed by
ChromeOS Commit Bot
parent
18ff8dca1b
commit
ba81b5ef86
@@ -6,7 +6,7 @@
|
||||
*/
|
||||
|
||||
/* Interrupts */
|
||||
GPIO_INT(CHGR_ACOK, D, 4, GPIO_INT_BOTH | GPIO_PULL_UP, vbus_evt)
|
||||
GPIO_INT(CHGR_ACOK, D, 4, GPIO_INT_BOTH, vbus_evt)
|
||||
GPIO_INT(POWER_BUTTON_L, C, 13, GPIO_INT_BOTH, power_button_interrupt) /* active high, the name is for compatibility with existing code */
|
||||
GPIO_INT(USBC_BC12_INT_L, D, 11, GPIO_INT_FALLING | GPIO_PULL_UP, usb_evt)
|
||||
GPIO_INT(LID_OPEN, E, 1, GPIO_INT_BOTH | GPIO_PULL_UP, lid_interrupt)
|
||||
|
||||
Reference in New Issue
Block a user