From a5212f15cef1a478e98015a6d855b3176b21a787 Mon Sep 17 00:00:00 2001 From: Subrata Banik Date: Sat, 26 Jul 2025 20:43:53 +0530 Subject: [PATCH] mb/google/fatcat/var/fatcat: Remove unused GPP_B06 GPIO configuration The GPP_B06 pin configuration for ISH_GP_2_SNSR_HDR is never required for the Panther Lake SoC/ISH. This commit removes the obsolete entry from the GPIO table, streamlining the configuration. BUG=b:396557201 TEST=Able to build and boot google/fatcat. Change-Id: I3f38c52a305d14e21c7fcf2dfb943133ae4a7e45 Signed-off-by: Subrata Banik Reviewed-on: https://review.coreboot.org/c/coreboot/+/88569 Tested-by: build bot (Jenkins) Reviewed-by: Kapil Porwal Reviewed-by: Pranava Y N --- src/mainboard/google/fatcat/variants/fatcat/gpio.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/mainboard/google/fatcat/variants/fatcat/gpio.c b/src/mainboard/google/fatcat/variants/fatcat/gpio.c index d8dd67c034..f9a1ba2c74 100644 --- a/src/mainboard/google/fatcat/variants/fatcat/gpio.c +++ b/src/mainboard/google/fatcat/variants/fatcat/gpio.c @@ -57,8 +57,6 @@ static const struct pad_config gpio_table[] = { PAD_CFG_NF(GPP_B04, NONE, DEEP, NF4), /* GPP_B05: ISH_GP_1_SNSR_HDR */ PAD_CFG_NF(GPP_B05, NONE, DEEP, NF4), - /* GPP_B06: ISH_GP_2_SNSR_HDR */ - PAD_CFG_NF(GPP_B06, NONE, DEEP, NF4), /* GPP_B07: ISH_GP_3_SNSR_HDR */ PAD_CFG_NF(GPP_B07, NONE, DEEP, NF4), /* GPP_B08: ISH_GP_4_SNSR_HDR */