From 2f62dd8a6b4059787e90dade7c753c5d7e06dab6 Mon Sep 17 00:00:00 2001 From: Kapil Porwal Date: Thu, 17 Apr 2025 00:26:14 +0530 Subject: [PATCH] mb/google/brya/var/uldrenite: Configure ISH_GP5 GPIO BUG=b:410645679 Change-Id: I25285e7a7ae92a19f8750d30661930c4d6c2e1d2 Signed-off-by: Kapil Porwal Reviewed-on: https://review.coreboot.org/c/coreboot/+/87345 Reviewed-by: Subrata Banik Reviewed-by: Jayvik Desai Tested-by: build bot (Jenkins) Reviewed-by: Pranava Y N Reviewed-by: Yuval Peress --- src/mainboard/google/brya/variants/uldrenite/gpio.c | 4 ++-- src/mainboard/google/brya/variants/uldrenite/variant.c | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/mainboard/google/brya/variants/uldrenite/gpio.c b/src/mainboard/google/brya/variants/uldrenite/gpio.c index 900daea2e0..3695ad0d23 100644 --- a/src/mainboard/google/brya/variants/uldrenite/gpio.c +++ b/src/mainboard/google/brya/variants/uldrenite/gpio.c @@ -34,8 +34,8 @@ static const struct pad_config gpio_table[] = { PAD_CFG_NF(GPP_A14, NONE, DEEP, NF1), /* A15 : USB_OC2# ==> NC */ PAD_NC(GPP_A15, NONE), - /* A16 : USB_OC3# ==> NC */ - PAD_NC_LOCK(GPP_A16, NONE, LOCK_CONFIG), + /* A16 : ISH_GP5 */ + PAD_CFG_NF(GPP_A16, NONE, DEEP, NF2), /* A17 : GPP_A17 ==> GSC_SOC_INT_ODL */ PAD_CFG_GPI_APIC(GPP_A17, NONE, PLTRST, LEVEL, INVERT), /* A18 : DDSP_HPDB ==> NC */ diff --git a/src/mainboard/google/brya/variants/uldrenite/variant.c b/src/mainboard/google/brya/variants/uldrenite/variant.c index ed27bb825f..532752837f 100644 --- a/src/mainboard/google/brya/variants/uldrenite/variant.c +++ b/src/mainboard/google/brya/variants/uldrenite/variant.c @@ -41,6 +41,8 @@ static const struct pad_config lte_disable_pads[] = { }; static const struct pad_config ish_disable_pads[] = { + /* A16 : ISH_GP5 ==> NC */ + PAD_NC_LOCK(GPP_A16, NONE, LOCK_CONFIG), /* B5 : GPP_B5 ==> NC */ PAD_NC(GPP_B5, NONE), /* B6 : GPP_B6 ==> NC */