From ba0ab9f1f52f64906beaa6ebf079864b07f6f43e Mon Sep 17 00:00:00 2001 From: Sridhar Siricilla Date: Thu, 28 Jan 2021 15:53:45 +0530 Subject: mb/intel/adlrvp: Enable ALC711 over SNDW0 The patch enables ALC711 over SNDW0. Signed-off-by: Sridhar Siricilla Change-Id: I43891b94728c8f2d644e14da11946fea3e4515aa Reviewed-on: https://review.coreboot.org/c/coreboot/+/50022 Tested-by: build bot (Jenkins) Reviewed-by: Maulik V Vaghela --- src/mainboard/intel/adlrvp/gpio_m.c | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'src/mainboard/intel') diff --git a/src/mainboard/intel/adlrvp/gpio_m.c b/src/mainboard/intel/adlrvp/gpio_m.c index 37908473d9..0cce828dd5 100644 --- a/src/mainboard/intel/adlrvp/gpio_m.c +++ b/src/mainboard/intel/adlrvp/gpio_m.c @@ -74,6 +74,33 @@ static const struct pad_config gpio_table[] = { PAD_CFG_NF(GPP_D4, NONE, DEEP, NF1), /* IMGCLKOUT1 */ PAD_CFG_NF(GPP_H20, NONE, DEEP, NF1), + + /* C16 : I2C0 SDA */ + PAD_CFG_NF(GPP_C16, NONE, DEEP, NF1), + + /* S0 : SNDW1_CLK */ + PAD_CFG_NF(GPP_S0, NONE, DEEP, NF1), + + /* S1 : SNDW1_DATA */ + PAD_CFG_NF(GPP_S1, NONE, DEEP, NF1), + + /* S2 : SNDW2_CLK */ + PAD_CFG_NF(GPP_S2, NONE, DEEP, NF2), + + /* S3 : SNDW2_DATA */ + PAD_CFG_NF(GPP_S3, NONE, DEEP, NF2), + + /* S4 : SNDW3_CLK */ + PAD_CFG_NF(GPP_S4, NONE, DEEP, NF2), + + /* S5 : SNDW3_DATA */ + PAD_CFG_NF(GPP_S5, NONE, DEEP, NF2), + + /* S6 : SNDW4_CLK */ + PAD_CFG_NF(GPP_S6, NONE, DEEP, NF2), + + /* S7 : SNDW4_DATA */ + PAD_CFG_NF(GPP_S7, NONE, DEEP, NF2) }; void variant_configure_gpio_pads(void) -- cgit v1.2.3