From 04affc3354bc7dff5cfd3b0e6ac36a170cdabdcc Mon Sep 17 00:00:00 2001 From: Varun Upadhyay Date: Mon, 15 Sep 2025 14:32:42 +0530 Subject: [PATCH] mb/google/ocelot: Update gpio's for ALC721 sndw This commit updates sndw codec fwconfig for including dmic pins necessary for microphone data. Schematic version: schematic_1433518 Platform Mapping Document : Rev0p86 TEST=emerge-ocelot coreboot chromeos-bootimage and check microphone functionality. Change-Id: I8d271c7f11fa3fcf34105de7552e641c40463090 Signed-off-by: Varun Upadhyay Reviewed-on: https://review.coreboot.org/c/coreboot/+/89175 Tested-by: build bot (Jenkins) Reviewed-by: Usha P Reviewed-by: Pranava Y N --- src/mainboard/google/ocelot/variants/ocelot/fw_config.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/mainboard/google/ocelot/variants/ocelot/fw_config.c b/src/mainboard/google/ocelot/variants/ocelot/fw_config.c index 5e9559803b..b299a406f2 100644 --- a/src/mainboard/google/ocelot/variants/ocelot/fw_config.c +++ b/src/mainboard/google/ocelot/variants/ocelot/fw_config.c @@ -86,6 +86,10 @@ static const struct pad_config sndw_alc721_enable_pads[] = { PAD_CFG_NF(GPP_S06, NONE, DEEP, NF5), /* GPP_S07: DMIC1_DATA (HDR) */ PAD_CFG_NF(GPP_S07, NONE, DEEP, NF5), + /* GPP_D16: DMIC_CLK */ + PAD_CFG_NF(GPP_D16, NONE, DEEP, NF3), + /* GPP_D17: DMIC_DATA */ + PAD_CFG_NF(GPP_D17, NONE, DEEP, NF3), }; static const struct pad_config audio_disable_pads[] = {