summaryrefslogtreecommitdiff
path: root/board/primus
diff options
context:
space:
mode:
authorTerry Chen <terry_chen@wistron.corp-partner.google.com>2021-08-31 17:44:49 +0800
committerCommit Bot <commit-bot@chromium.org>2021-09-01 22:00:05 +0000
commit3897e346fd54944168a3f1d4bed865a1935994a0 (patch)
treec60c4585d37a7b0cbbf6be51f5feea2ee768704a /board/primus
parentc7b643d744dda638dfb0eade0a097debc99f7553 (diff)
downloadchrome-ec-3897e346fd54944168a3f1d4bed865a1935994a0.tar.gz
primus: Switch FAN ID (EC) and USB_A1_RT_RST_ODL (PCH) pin
BUG=b:198226222 BRANCH=none TEST=make -j BOARD=primus Signed-off-by: Terry Chen <terry_chen@wistron.corp-partner.google.com> Change-Id: I39c37810e6532913bcc491519acf102da1ae76d2 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3132554 Reviewed-by: Boris Mittelberg <bmbm@google.com> Tested-by: Scott Chao <scott_chao@wistron.corp-partner.google.com> Commit-Queue: Boris Mittelberg <bmbm@google.com>
Diffstat (limited to 'board/primus')
-rw-r--r--board/primus/gpio.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/primus/gpio.inc b/board/primus/gpio.inc
index 199e7eff1a..73822eb2d0 100644
--- a/board/primus/gpio.inc
+++ b/board/primus/gpio.inc
@@ -27,7 +27,7 @@ GPIO_INT(USB_C0_PPC_INT_ODL, PIN(F, 5), GPIO_INT_FALLING, ppc_interr
GPIO_INT(USB_C1_TCPC_INT_ODL, PIN(A, 2), GPIO_INT_FALLING, tcpc_alert_event)
GPIO_INT(USB_C1_BC12_INT_ODL, PIN(0, 2), GPIO_INT_FALLING, bc12_interrupt)
GPIO_INT(USB_C1_PPC_INT_ODL, PIN(7, 0), GPIO_INT_FALLING, ppc_interrupt)
-GPIO_INT(USB_C1_RT_INT_ODL, PIN(4, 1), GPIO_INT_FALLING, retimer_interrupt)
+GPIO_INT(USB_C1_RT_INT_ODL, PIN(9, 7), GPIO_INT_FALLING, retimer_interrupt)
/* USED GPIOs: */
GPIO(CCD_MODE_ODL, PIN(E, 5), GPIO_INPUT)
@@ -77,7 +77,7 @@ GPIO(USB_A_LOW_PWR_OD, PIN(6, 6), GPIO_ODR_LOW)
GPIO(TBT_PWR_EN, PIN(D, 4), GPIO_OUT_LOW)
GPIO(TP4_RESET, PIN(9, 3), GPIO_ODR_LOW)
GPIO(USB_C1_FRS_EN, PIN(9, 4), GPIO_OUT_LOW)
-GPIO(FAN_ID, PIN(9, 7), GPIO_INPUT)
+GPIO(FAN_ID, PIN(4, 1), GPIO_INPUT)
GPIO(USB_C0_OC_ODL, PIN(5, 6), GPIO_ODR_HIGH)
GPIO(USB_C1_OC_ODL, PIN(8, 6), GPIO_ODR_HIGH)