mb/starlabs/byte_adl: Configure CNVi Bluetooth I2S GPIOs
These pads are required for Audio Offload, so enable them to match the configuration in devicetree. Change-Id: I757b2c2f77edb21d0eb1a59e3e1eb81671b9929f Signed-off-by: Sean Rhodes <sean@starlabs.systems> Reviewed-on: https://review.coreboot.org/c/coreboot/+/86139 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
This commit is contained in:
parent
0542cac337
commit
bf388c4a7a
1 changed files with 6 additions and 0 deletions
|
|
@ -465,6 +465,12 @@ const struct pad_config gpio_table[] = {
|
|||
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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue