summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYu-An Chen <yu-an.chen@quanta.corp-partner.google.com>2022-05-31 17:55:55 +0800
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-06-08 21:59:17 +0000
commit1fe2899ffe9800af116565c31e5d969d62abb40c (patch)
treefeffc8a23349a580f7fd42a8fea817f4a5963d0d
parent64aa5fc7bb0c32c5a21392bf67b4e32bdc4868e3 (diff)
downloadchrome-ec-1fe2899ffe9800af116565c31e5d969d62abb40c.tar.gz
osiris: Update gpio config
Set GPIO73 as input to prevent I/O pin leakage current. BUG=b:235020065 BRANCH=none TEST=HW team confirmed IO voltage as expected Signed-off-by: Yu-An Chen <yu-an.chen@quanta.corp-partner.google.com> Change-Id: I7dd1d22a4635fd55dc803c7e025ec0b3fd52c156 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3678879 Auto-Submit: Yu-An Chen <yu-an.chen@quanta.corp-partner.google.com> Reviewed-by: Boris Mittelberg <bmbm@google.com> Commit-Queue: Boris Mittelberg <bmbm@google.com> Tested-by: Yu-An Chen <yu-an.chen@quanta.corp-partner.google.com>
-rw-r--r--board/osiris/gpio.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/osiris/gpio.inc b/board/osiris/gpio.inc
index a46ddad80d..ffbdf41f69 100644
--- a/board/osiris/gpio.inc
+++ b/board/osiris/gpio.inc
@@ -76,6 +76,7 @@ GPIO(LED_1_L, PIN(C, 4), GPIO_OUT_HIGH)
GPIO(LED_2_L, PIN(C, 3), GPIO_OUT_HIGH)
GPIO(KYBL_EN, PIN(A, 7), GPIO_OUT_LOW)
GPIO(AMP_PWR_EN, PIN(5, 7), GPIO_ODR_LOW)
+GPIO(EC_FAN_TACH_2, PIN(7, 3), GPIO_INPUT)
/* UART alternate functions */
ALTERNATE(PIN_MASK(6, 0x30), 0, MODULE_UART, 0) /* GPIO64/CR_SIN1, GPO65/CR_SOUT1/FLPRG1_L */
@@ -120,7 +121,6 @@ UNUSED(PIN(3, 5)) /* GPO35/CR_SOUT4/TEST_L */
UNUSED(PIN(6, 6)) /* GPIO66 */
UNUSED(PIN(8, 3)) /* GPIO83 */
UNUSED(PIN(7, 0)) /* GPIO70 */
-UNUSED(PIN(7, 3)) /* GPIO73 */
UNUSED(PIN(8, 1)) /* GPIO81 */
UNUSED(PIN(5, 6)) /* GPIO56 */
UNUSED(PIN(9, 3)) /* GPIO93 */