From 16f2a778078f94b4a6c69537322b828cfd3fbf05 Mon Sep 17 00:00:00 2001 From: Yu-An Chen Date: Mon, 9 May 2022 13:47:55 +0800 Subject: osiris: Move CHARGER_VAP_OTG_EN gpio pin Move CHARGER_VAP_OTG_EN from GPIO73 to GPIO41 BUG=b:224423318 BRANCH=none TEST=make BOARD=osiris Signed-off-by: Yu-An Chen Change-Id: Ia60fe700733d24d7ed20b409171e58abc603b92c Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3634167 Commit-Queue: Boris Mittelberg Reviewed-by: Boris Mittelberg --- board/osiris/gpio.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/board/osiris/gpio.inc b/board/osiris/gpio.inc index f1f0501095..4c09074dc0 100644 --- a/board/osiris/gpio.inc +++ b/board/osiris/gpio.inc @@ -30,7 +30,7 @@ GPIO_INT(USB_C1_TCPC_INT_ODL, PIN(A, 2), GPIO_INT_FALLING, tcpc_alert /* USED GPIOs: */ GPIO(CCD_MODE_ODL, PIN(E, 5), GPIO_INPUT) -GPIO(CHARGER_VAP_OTG_EN, PIN(7, 3), GPIO_OUT_LOW) +GPIO(CHARGER_VAP_OTG_EN, PIN(4, 1), GPIO_OUT_LOW) GPIO(CPU_C10_GATE_L, PIN(6, 7), GPIO_INPUT) GPIO(EC_BATT_PRES_ODL, PIN(A, 3), GPIO_INPUT) GPIO(EC_ENTERING_RW, PIN(0, 3), GPIO_OUT_LOW) @@ -120,7 +120,7 @@ UNUSED(PIN(6, 6)) /* GPIO66 */ UNUSED(PIN(5, 7)) /* GPIO57/SER_IRQ/ESPI_ALERT_L */ UNUSED(PIN(8, 3)) /* GPIO83 */ UNUSED(PIN(7, 0)) /* GPIO70 */ -UNUSED(PIN(4, 1)) /* GPIO41 */ +UNUSED(PIN(7, 3)) /* GPIO73 */ UNUSED(PIN(8, 1)) /* GPIO81 */ UNUSED(PIN(5, 6)) /* GPIO56 */ UNUSED(PIN(9, 3)) /* GPIO93 */ -- cgit v1.2.1