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 <subratabanik@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/89154
Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Kapil Porwal <kapilporwal@google.com>
This commit is contained in:
Subrata Banik 2025-09-12 09:49:10 +00:00
commit 8585591596

View file

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