mb/starlabs/byte_adl: Remove vGPIO configuration
Remove the configuration for the vGPIOs, as it is not needed because FSP handles it. Change-Id: I8831379ffd8c9df00736cb62512e023592d0d301 Signed-off-by: Sean Rhodes <sean@starlabs.systems> Reviewed-on: https://review.coreboot.org/c/coreboot/+/87936 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
This commit is contained in:
parent
c589142c28
commit
5f9046cbb4
1 changed files with 0 additions and 31 deletions
|
|
@ -430,37 +430,6 @@ const struct pad_config gpio_table[] = {
|
|||
PAD_NC(GPP_R6, NONE),
|
||||
/* R7: Not Connected */
|
||||
PAD_NC(GPP_R7, NONE),
|
||||
|
||||
/* CNV_BTEN */
|
||||
PAD_CFG_GPO(GPP_VGPIO_0, 1, DEEP),
|
||||
/* CNV_BT_HOST_WAKEB */
|
||||
PAD_NC(GPP_VGPIO_4, NONE),
|
||||
/* CNV_BT_IF_SELECT */
|
||||
PAD_CFG_GPO(GPP_VGPIO_5, 1, DEEP),
|
||||
/* vCNV_BT_UART_TXD */
|
||||
PAD_NC(GPP_VGPIO_6, NONE),
|
||||
/* vCNV_BT_UART_RXD */
|
||||
PAD_NC(GPP_VGPIO_7, NONE),
|
||||
/* vCNV_BT_UART_CTS_B */
|
||||
PAD_NC(GPP_VGPIO_8, NONE),
|
||||
/* vCNV_BT_UART_RTS_B */
|
||||
PAD_NC(GPP_VGPIO_9, NONE),
|
||||
/* vUART0_TXD */
|
||||
PAD_NC(GPP_VGPIO_18, NONE),
|
||||
/* vUART0_RXD */
|
||||
PAD_NC(GPP_VGPIO_19, NONE),
|
||||
/* vUART0_CTS_B */
|
||||
PAD_NC(GPP_VGPIO_20, NONE),
|
||||
/* vUART0_RTS_B */
|
||||
PAD_NC(GPP_VGPIO_21, NONE),
|
||||
/* BT_I2S_BCLK */
|
||||
PAD_NC(GPP_VGPIO_30, NONE),
|
||||
/* BT_I2S_SYNC */
|
||||
PAD_NC(GPP_VGPIO_31, NONE),
|
||||
/* BT_I2S_SDO */
|
||||
PAD_NC(GPP_VGPIO_32, NONE),
|
||||
/* BT_I2S_SDI */
|
||||
PAD_NC(GPP_VGPIO_33, NONE),
|
||||
};
|
||||
|
||||
const struct pad_config *variant_gpio_table(size_t *num)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue