From 5ec4f320f42850244e55e632a3a833e1598a0d78 Mon Sep 17 00:00:00 2001 From: Alexandru M Stan Date: Wed, 10 Dec 2014 18:32:10 -0800 Subject: 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 Reviewed-on: https://chromium-review.googlesource.com/234586 Reviewed-by: Chris Zhong Reviewed-by: Jerry Parson --- board/jerry/gpio.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.1