Sean Rhodes has submitted this change. ( https://review.coreboot.org/c/coreboot/+/86129?usp=email )
Change subject: mb/starlabs/starlite_adl: Configure CNVi Bluetooth I2S GPIOs ......................................................................
mb/starlabs/starlite_adl: Configure CNVi Bluetooth I2S GPIOs
These pads are required for Audio Offload, so enable them to match the configuration in devicetree.
Change-Id: Icbe68adc24c18b089ff1559597bfcb74aead2a60 Signed-off-by: Sean Rhodes sean@starlabs.systems Reviewed-on: https://review.coreboot.org/c/coreboot/+/86129 Reviewed-by: Matt DeVillier matt.devillier@gmail.com Tested-by: build bot (Jenkins) no-reply@coreboot.org --- M src/mainboard/starlabs/starlite_adl/variants/mk_v/gpio.c 1 file changed, 6 insertions(+), 0 deletions(-)
Approvals: build bot (Jenkins): Verified Matt DeVillier: Looks good to me, approved
diff --git a/src/mainboard/starlabs/starlite_adl/variants/mk_v/gpio.c b/src/mainboard/starlabs/starlite_adl/variants/mk_v/gpio.c index 60bfc23..7c614fa 100644 --- a/src/mainboard/starlabs/starlite_adl/variants/mk_v/gpio.c +++ b/src/mainboard/starlabs/starlite_adl/variants/mk_v/gpio.c @@ -463,6 +463,12 @@ PAD_NC(GPP_VGPIO_19, NONE), PAD_NC(GPP_VGPIO_20, NONE), PAD_NC(GPP_VGPIO_21, NONE), + + /* BT I2S */ + PAD_CFG_NF(GPP_VGPIO_30, NONE, DEEP, NF3), + PAD_CFG_NF(GPP_VGPIO_31, NONE, DEEP, NF3), + PAD_CFG_NF(GPP_VGPIO_32, NONE, DEEP, NF3), + PAD_CFG_NF(GPP_VGPIO_33, NONE, DEEP, NF3), };
const struct pad_config *variant_gpio_table(size_t *num)