summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandru M Stan <amstan@chromium.org>2014-12-10 18:32:10 -0800
committerchrome-internal-fetch <chrome-internal-fetch@google.com>2014-12-11 21:09:45 +0000
commit5ec4f320f42850244e55e632a3a833e1598a0d78 (patch)
tree7e4aca1a029f683794972aeca4a7a2758383b048
parent401498bb6a1c38771720c84cc1d58f2f5dbf7ac0 (diff)
downloadchrome-ec-5ec4f320f42850244e55e632a3a833e1598a0d78.tar.gz
Jerry: Move AC_PRESENT for the new board
The new board will move AC_PRESENT to another pin in order to avoid the [1.052524 Overriding AC_PRESENT with KB_IN00 on EXTI8] problem. BUG=chrome-os-partner:34024 TEST=EC should react to AC events BRANCH=None Change-Id: I5c1110f10a3ed2704593c749cef35ab73fceb3e8 Signed-off-by: Alexandru M Stan <amstan@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/234586 Reviewed-by: Chris Zhong <zyw@rock-chips.com> Reviewed-by: Jerry Parson <jwp@chromium.org>
-rw-r--r--board/jerry/gpio.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/jerry/gpio.inc b/board/jerry/gpio.inc
index 29efb848d1..0e14765520 100644
--- a/board/jerry/gpio.inc
+++ b/board/jerry/gpio.inc
@@ -11,7 +11,7 @@ GPIO(SOC_POWER_GOOD, A, 3, GPIO_INT_BOTH, power_signal_interrupt
GPIO(LID_OPEN, C, 13, GPIO_INT_BOTH, lid_interrupt)
GPIO(SUSPEND_L, C, 7, GPIO_INT_BOTH, power_signal_interrupt)
GPIO(SPI1_NSS, A, 4, GPIO_INT_BOTH, spi_event)
-GPIO(AC_PRESENT, A, 8, GPIO_INT_BOTH | GPIO_PULL_UP, extpower_interrupt)
+GPIO(AC_PRESENT, C, 6, GPIO_INT_BOTH | GPIO_PULL_UP, extpower_interrupt)
/* Keyboard inputs */
GPIO(KB_IN00, C, 8, GPIO_KB_INPUT, keyboard_raw_gpio_interrupt)