summaryrefslogtreecommitdiff
path: root/board/volteer
diff options
context:
space:
mode:
authorKeith Short <keithshort@chromium.org>2020-02-24 16:47:21 -0700
committerCommit Bot <commit-bot@chromium.org>2020-02-27 21:28:12 +0000
commiteb828fd81678dac0e5f2d19ec647800fe54e3ecc (patch)
tree3bcaa82689c2abd28ad369fcb3aab95bf1d9ddf2 /board/volteer
parentf634e7c0ccf4dc71185ef3c8b2ab96860629538d (diff)
downloadchrome-ec-eb828fd81678dac0e5f2d19ec647800fe54e3ecc.tar.gz
volteer: Update EC to AP interrupt assignment
Update the EC to AP interrupt assignment for the next build. On boards with board ID=0, the EC_PCH_INT_ODL signal was cut so there is no need for backward compatibility. BUG=b:144933528, b:140557015 BRANCH=none TEST=make buildall -j TEST=Using reworked Volteer board, run "cat /proc/interrupts | grep chromeos" to verify EC is generating interrupts to the kernel. Change-Id: I0a09b0aad9f3a1cd30eb8cf1c2d1f1483d377c8b Signed-off-by: Keith Short <keithshort@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2076507 Reviewed-by: Abe Levkoy <alevkoy@chromium.org>
Diffstat (limited to 'board/volteer')
-rw-r--r--board/volteer/gpio.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/volteer/gpio.inc b/board/volteer/gpio.inc
index c9e6183f10..4888d7d4f0 100644
--- a/board/volteer/gpio.inc
+++ b/board/volteer/gpio.inc
@@ -96,7 +96,7 @@ GPIO(EC_ENTERING_RW, PIN(E, 3), GPIO_OUT_LOW)
GPIO(EC_PROCHOT_ODL, PIN(6, 3), GPIO_ODR_HIGH)
GPIO(SYS_RST_ODL, PIN(C, 5), GPIO_ODR_HIGH)
-GPIO(EC_PCH_INT_ODL, PIN(D, 6), GPIO_ODR_HIGH) /* TODO - b/140557015 - implement with MKBD sensor events */
+GPIO(EC_PCH_INT_ODL, PIN(B, 0), GPIO_ODR_HIGH)
/* USB and USBC Signals */