mb/google/nissa: Confiure the unused virtual Cnvi BT GPIOs to NC

Configure the unused virtual CNVi BT GPIOs to NC since we
are using BT over USB mode for Nissa.

BUG=b:233834597
TEST=Verified BT offload feature on Nivviks P1.

Signed-off-by: V Sowmya <v.sowmya@intel.com>
Change-Id: Id84823b9ad921ebd7ff773d6cce581563613745f
Reviewed-on: https://review.coreboot.org/c/coreboot/+/65669
Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Kangheui Won <khwon@chromium.org>
Reviewed-by: Reka Norman <rekanorman@chromium.org>
This commit is contained in:
V Sowmya 2022-07-06 13:04:18 +05:30 committed by Subrata Banik
parent 0f7580e5cc
commit aed31a49a5
1 changed files with 21 additions and 0 deletions

View File

@ -390,6 +390,27 @@ static const struct pad_config gpio_table[] = {
PAD_NC(GPD10, NONE), PAD_NC(GPD10, NONE),
/* GPD11 : NC */ /* GPD11 : NC */
PAD_NC(GPD11, NONE), PAD_NC(GPD11, NONE),
/* Configure the unused virtual CNVi Bluetooth UART pads to NC mode. */
/* 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),
/* Configure the unused vUART for Bluetooth pads to NC mode. */
/* 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),
}; };
/* Early pad configuration in bootblock */ /* Early pad configuration in bootblock */