summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYu-An Chen <yu-an.chen@quanta.corp-partner.google.com>2022-05-09 13:47:55 +0800
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-05-10 18:28:18 +0000
commit16f2a778078f94b4a6c69537322b828cfd3fbf05 (patch)
tree5b7578be462151efad3fa61afeaf00df05354acc
parenta7a34232848e1dadbe8abab26ee2a87809aca1ed (diff)
downloadchrome-ec-stabilize-14803.B-main.tar.gz
osiris: Move CHARGER_VAP_OTG_EN gpio pinstabilize-14803.B-main
Move CHARGER_VAP_OTG_EN from GPIO73 to GPIO41 BUG=b:224423318 BRANCH=none TEST=make BOARD=osiris Signed-off-by: Yu-An Chen <yu-an.chen@quanta.corp-partner.google.com> Change-Id: Ia60fe700733d24d7ed20b409171e58abc603b92c Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3634167 Commit-Queue: Boris Mittelberg <bmbm@google.com> Reviewed-by: Boris Mittelberg <bmbm@google.com>
-rw-r--r--board/osiris/gpio.inc4
1 files 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 */