summaryrefslogtreecommitdiff
path: root/board/jinlon/gpio.inc
diff options
context:
space:
mode:
authorDevin Lu <devin.lu@quantatw.com>2019-12-09 22:23:35 +0800
committerCommit Bot <commit-bot@chromium.org>2019-12-11 03:40:17 +0000
commit0d300a80616e5669ad43269c2dfc913f9feedf12 (patch)
treef3f1d9f270d8aa07f065604f2baed770358497c2 /board/jinlon/gpio.inc
parent1bc84117d8047b73cc73041eff79d5a0965ee40c (diff)
downloadchrome-ec-0d300a80616e5669ad43269c2dfc913f9feedf12.tar.gz
jinlon: Assign SYS_RST_ODL to GPIOC5
Clone from CL:1928421 BUG=none BRANCH=hatch TEST=make sure AP reset pass. Change-Id: I98f8160c9d948a89e8f9a3fd0a3f85b6a7b95b82 Signed-off-by: Devin Lu <Devin.Lu@quantatw.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1958385 Reviewed-by: Paul Fagerburg <pfagerburg@chromium.org>
Diffstat (limited to 'board/jinlon/gpio.inc')
-rw-r--r--board/jinlon/gpio.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/jinlon/gpio.inc b/board/jinlon/gpio.inc
index 81f96d437a..21be5fd334 100644
--- a/board/jinlon/gpio.inc
+++ b/board/jinlon/gpio.inc
@@ -44,7 +44,7 @@ GPIO_INT(HDMI_CONN_HPD, PIN(7, 2), GPIO_INT_BOTH, hdmi_hpd_interrupt)
GPIO_INT(EC_VOLDN_BTN_ODL, PIN(9, 3), GPIO_INT_BOTH | GPIO_PULL_UP, button_interrupt)
GPIO_INT(EC_VOLUP_BTN_ODL, PIN(7, 5), GPIO_INT_BOTH | GPIO_PULL_UP, button_interrupt)
-GPIO(SYS_RESET_L, PIN(0, 2), GPIO_ODR_HIGH) /* SYS_RST_ODL */
+GPIO(SYS_RESET_L, PIN(C, 5), GPIO_ODR_HIGH) /* SYS_RST_ODL */
GPIO(ENTERING_RW, PIN(E, 3), GPIO_OUT_LOW) /* EC_ENTERING_RW */
GPIO(PCH_WAKE_L, PIN(7, 4), GPIO_ODR_HIGH) /* EC_PCH_WAKE_ODL */
GPIO(PCH_PWRBTN_L, PIN(C, 1), GPIO_ODR_HIGH) /* EC_PCH_PWR_BTN_ODL */