From 858559159604d2af139ebddf836103afd0e16414 Mon Sep 17 00:00:00 2001 From: Subrata Banik Date: Fri, 12 Sep 2025 09:49:10 +0000 Subject: [PATCH] mb/google/fatcat/var/lapis: Set GPP_A15 as not used The GPP_A15 pin on the Fatcat mainboard variant Lapis is not used, according to schematics dated 08/30. Update the GPIO table to reflect this and explicitly set the pin to not connected (NC). TEST=Able to build google/lapis. Change-Id: Ib89421952f5844283809fe99a902e36a17f55fae Signed-off-by: Subrata Banik Reviewed-on: https://review.coreboot.org/c/coreboot/+/89154 Reviewed-by: Paul Menzel Tested-by: build bot (Jenkins) Reviewed-by: Kapil Porwal --- src/mainboard/google/fatcat/variants/lapis/gpio.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mainboard/google/fatcat/variants/lapis/gpio.c b/src/mainboard/google/fatcat/variants/lapis/gpio.c index faaa5e0d5b..ea6c89f7dd 100644 --- a/src/mainboard/google/fatcat/variants/lapis/gpio.c +++ b/src/mainboard/google/fatcat/variants/lapis/gpio.c @@ -40,8 +40,8 @@ static const struct pad_config gpio_table[] = { PAD_NC(GPP_A12, NONE), /* GPP_A13: MEM_STRAP_0 */ PAD_CFG_GPI(GPP_A13, NONE, DEEP), - /* GPP_A15: GPP_A15_DNX_FORCE_RELOAD ==> EPD_ON_GCD_OUT*/ /* NC */ - /* PAD_CFG_NF(GPP_A15, NONE, DEEP, NF1), */ + /* GPP_A15: Not used */ + PAD_NC(GPP_A15, NONE), /* GPP_A16: BT_DISABLE_L ==> BT_ON_WLAN */ PAD_CFG_GPO(GPP_A16, 1, DEEP), /* GPP_A17: WIFI_DISABLE_L ==> WLAN_ON_PCH */