summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Hesling <hesling@chromium.org>2019-11-07 17:41:56 -0800
committerCommit Bot <commit-bot@chromium.org>2019-11-08 22:58:58 +0000
commitb70a82f452c0f1b62bd0c7d44981b72a6924852c (patch)
treea6ce23bac43faf1d6f1f41c52298c97500a1f0cd
parentecde5dcec0745c56b90d27f307e3504fff20c6ef (diff)
downloadchrome-ec-b70a82f452c0f1b62bd0c7d44981b72a6924852c.tar.gz
hatch_fp: Move SLP_S0_L for Hatch Rev 2.8
Previous schematic was Hatch Rev 2.6 (commit e36c8b3683475b853c21564ddabc3ec90ee64f75 in hatch ee-git): http://go/hatch-schematic-rev-2.6 New schematic is Hatch Rev 2.8 (commit defe790e8d1c863de2ec04ee50f285e270038848 in hatch ee-git): http://go/hatch-schematic-rev-2.8 BRANCH=none BUG=b:144004439 TEST=make buildall -j Change-Id: Ia40c4149f9c9d68c39e8235fec9a949347ed9c27 Signed-off-by: Tom Hughes <tomhughes@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1904652 Tested-by: Craig Hesling <hesling@chromium.org> Reviewed-by: Craig Hesling <hesling@chromium.org> Commit-Queue: Craig Hesling <hesling@chromium.org>
-rw-r--r--board/hatch_fp/gpio.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/hatch_fp/gpio.inc b/board/hatch_fp/gpio.inc
index 131c372385..bb6b345500 100644
--- a/board/hatch_fp/gpio.inc
+++ b/board/hatch_fp/gpio.inc
@@ -6,9 +6,9 @@
/* Interrupts */
GPIO_INT(FPS_INT, PIN(A, 0), GPIO_INT_RISING, fps_event)
+GPIO_INT(PCH_SLP_S0_L, PIN(A, 3), GPIO_INT_BOTH, slp_event)
GPIO_INT(SPI1_NSS, PIN(A, 4), GPIO_INPUT, spi_event)
-GPIO_INT(PCH_SLP_S0_L, PIN(B, 0), GPIO_INT_BOTH, slp_event)
GPIO_INT(PCH_SLP_S3_L, PIN(B, 1), GPIO_INT_BOTH, slp_event)
GPIO(PCH_SLP_S4_L, PIN(B, 2), GPIO_INPUT)
GPIO(PCH_SLP_SUS_L, PIN(B, 5), GPIO_INPUT)
@@ -28,8 +28,8 @@ GPIO(USER_PRES_L, PIN(B, 9), GPIO_ODR_HIGH)
* ("AN4365") section 1.2.6 and STM32F412 reference manual section 7.3.12.
*/
UNUSED(PIN(A, 2))
-UNUSED(PIN(A, 3))
UNUSED(PIN(A, 8))
+UNUSED(PIN(B, 0))
UNUSED(PIN(C, 13))
UNUSED(PIN(C, 14))
UNUSED(PIN(C, 15))