mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-12-29 10:00:51 +00:00
spring: Move interrupt enabled gpios to top
All GPIOs with interrupt handlers should be together at the top of the gpio.inc file. BUG=none BRANCH=none TEST=make -j buildall Change-Id: I4174e96acc35268fc77c477191b3ad1ef347a2e3 Signed-off-by: Aseda Aboagye <aaboagye@google.com> Reviewed-on: https://chromium-review.googlesource.com/264505 Reviewed-by: Vincent Palatin <vpalatin@chromium.org> Tested-by: Aseda Aboagye <aaboagye@chromium.org> Commit-Queue: Alec Berg <alecaberg@chromium.org> Commit-Queue: Aseda Aboagye <aaboagye@chromium.org> Trybot-Ready: Aseda Aboagye <aaboagye@chromium.org>
This commit is contained in:
committed by
ChromeOS Commit Bot
parent
aa98b2dca5
commit
0b043fed03
@@ -13,7 +13,6 @@ GPIO(SOC1V8_XPSHOLD, A, 3, GPIO_INT_BOTH, power_signal_interrupt) /* App Pr
|
||||
GPIO(CHARGER_INT_L, C, 4, GPIO_INT_FALLING, pmu_irq_handler)
|
||||
GPIO(LID_OPEN, C, 13, GPIO_INT_BOTH, lid_interrupt) /* LID switch detection */
|
||||
GPIO(SUSPEND_L, A, 7, INT_BOTH_FLOATING, power_signal_interrupt) /* AP suspend/resume state */
|
||||
GPIO(WP_L, A, 13, GPIO_INPUT, NULL) /* Write protection pin (low active) */
|
||||
|
||||
/* Keyboard inputs */
|
||||
GPIO(KB_IN00, C, 8, GPIO_KB_INPUT, keyboard_raw_gpio_interrupt)
|
||||
@@ -26,6 +25,8 @@ GPIO(KB_IN06, C, 15, GPIO_KB_INPUT, keyboard_raw_gpio_interrupt)
|
||||
GPIO(KB_IN07, D, 2, GPIO_KB_INPUT, keyboard_raw_gpio_interrupt)
|
||||
GPIO(USB_CHG_INT, A, 6, GPIO_INT_FALLING, extpower_interrupt)
|
||||
|
||||
GPIO(WP_L, A, 13, GPIO_INPUT, NULL) /* Write protection pin (low active) */
|
||||
|
||||
/* Other inputs */
|
||||
GPIO(BCHGR_VACG, A, 0, GPIO_INT_BOTH, NULL) /* AC good on TPSChrome */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user