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 */