From f6de6f8933105ed25a26db0688125d38822cb63c Mon Sep 17 00:00:00 2001 From: Subrata Banik Date: Tue, 8 Jul 2025 04:15:39 +0000 Subject: [PATCH] mb/google/fatcat: Drop redundant SNDW GPIO mapping This patch removes redundant SNDW GPIO mapping that was already present in fw_config.c and applied as per FW_CONFIG. BUG=b:427091370 TEST=Boot beep verification is possible using google/fatcat. Change-Id: Ibeca991b9e855792df48073d2138b9c7ec130c41 Signed-off-by: Subrata Banik Reviewed-on: https://review.coreboot.org/c/coreboot/+/88350 Reviewed-by: Pranava Y N Reviewed-by: Jayvik Desai Tested-by: build bot (Jenkins) --- .../google/fatcat/variants/fatcat/gpio.c | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/src/mainboard/google/fatcat/variants/fatcat/gpio.c b/src/mainboard/google/fatcat/variants/fatcat/gpio.c index 6f551f2f18..b31ba05437 100644 --- a/src/mainboard/google/fatcat/variants/fatcat/gpio.c +++ b/src/mainboard/google/fatcat/variants/fatcat/gpio.c @@ -324,23 +324,6 @@ static const struct pad_config gpio_table[] = { /* GPP_H22: I2C1_SCL_I3C1_SCL_CAM_FLSH_CVS */ PAD_CFG_NF(GPP_H22, NONE, DEEP, NF1), - /* GPP_S00: SNDW3_CLK_CODEC */ - PAD_CFG_NF(GPP_S00, NONE, DEEP, NF1), - /* GPP_S01: SNDW3_DATA0_CODEC */ - PAD_CFG_NF(GPP_S01, NONE, DEEP, NF1), - /* GPP_S02: SNDW3_DATA1_CODEC */ - PAD_CFG_NF(GPP_S02, NONE, DEEP, NF1), - /* GPP_S03: SNDW3_DATA2_CODEC */ - PAD_CFG_NF(GPP_S03, NONE, DEEP, NF1), - /* GPP_S04: SNDW2_CLK */ - PAD_CFG_NF(GPP_S04, NONE, DEEP, NF2), - /* GPP_S05: SNDW2_DATA0 */ - PAD_CFG_NF(GPP_S05, NONE, DEEP, NF2), - /* GPP_S06: SNDW1_CLK */ - PAD_CFG_NF(GPP_S06, NONE, DEEP, NF3), - /* GPP_S07: SNDW1_DATA0 */ - PAD_CFG_NF(GPP_S07, NONE, DEEP, NF3), - /* GPP_V00: PM_BATLOW_N */ PAD_CFG_NF(GPP_V00, NONE, DEEP, NF1), /* GPP_V01: BC_ACOK_MCP */