From 0c18e7680ae83001b86039c6e6b82d8959d09aa5 Mon Sep 17 00:00:00 2001 From: Luca Lai Date: Mon, 17 Nov 2025 20:33:09 +0800 Subject: [PATCH] mb/google/fatcat/var/ruby: Remove GPP_D16 and GPP_D17 in fw_config.c Due to project requirements, GPP_D16 and GPP_D17 are not used. This has been confirmed by both the schematic and the LCFC hardware engineers. Therefore, they should be removed from the fw_config. schematics: RUBY_EVT_0902_2112.pdf BUG=b:452216678 TEST=Build FW and boot to OS, check DMIC function works. Change-Id: I195ad082836d3b8a4fa79cbbc9e4bffaec745011 Signed-off-by: Luca Lai Reviewed-on: https://review.coreboot.org/c/coreboot/+/90071 Reviewed-by: Kapil Porwal Reviewed-by: Paul Menzel Tested-by: build bot (Jenkins) Reviewed-by: Subrata Banik --- src/mainboard/google/fatcat/variants/ruby/fw_config.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/mainboard/google/fatcat/variants/ruby/fw_config.c b/src/mainboard/google/fatcat/variants/ruby/fw_config.c index d02976e026..396420fa6f 100644 --- a/src/mainboard/google/fatcat/variants/ruby/fw_config.c +++ b/src/mainboard/google/fatcat/variants/ruby/fw_config.c @@ -36,10 +36,6 @@ static const struct pad_config i2s_enable_pads[] = { PAD_CFG_NF(GPP_S04, NONE, DEEP, NF5), /* DMIC_CLK_A0 */ PAD_CFG_NF(GPP_S05, NONE, DEEP, NF5), - /* DMIC_CLK_A1 */ - PAD_CFG_NF(GPP_D16, NONE, DEEP, NF3), - /* DMIC_DATA_A1 */ - PAD_CFG_NF(GPP_D17, NONE, DEEP, NF3), }; static const struct pad_config bt_i2s_enable_pads[] = { @@ -94,8 +90,6 @@ static const struct pad_config audio_disable_pads[] = { PAD_NC(GPP_D11, NONE), PAD_NC(GPP_D12, NONE), PAD_NC(GPP_D13, NONE), - PAD_NC(GPP_D16, NONE), - PAD_NC(GPP_D17, NONE), }; void fw_config_configure_pre_mem_gpio(void)