mb/google/guybrush: Add Bluetooth configuration

Configure the BT disable GPIO to logic low in order to enable Bluetooth.
Add USB ACPI configuration for BT device.

BUG=b:182201890
TEST=Build and boot to OS.

Change-Id: I647c301e2db6d4a7c5c8cb31cbc47a44cba5e734
Signed-off-by: Karthikeyan Ramasubramanian <kramasub@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/51963
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Furquan Shaikh <furquan@google.com>
This commit is contained in:
Karthikeyan Ramasubramanian 2021-03-30 16:27:59 -06:00 committed by Martin Roth
parent 92e66cc4e3
commit d84ce40f7d
2 changed files with 2 additions and 1 deletions

View File

@ -119,6 +119,7 @@ chip soc/amd/cezanne
chip drivers/usb/acpi
register "desc" = ""Bluetooth""
register "type" = "UPC_TYPE_INTERNAL"
register "reset_gpio" = "ACPI_GPIO_OUTPUT_ACTIVE_HIGH(GPIO_132)"
device ref usb2_port6 on end
end
end

View File

@ -143,7 +143,7 @@ static const struct soc_amd_gpio base_gpio_table[] = {
/* CLK_REQ3_L */
PAD_NF(GPIO_131, CLK_REQ3_L, PULL_NONE),
/* BT_DISABLE */
PAD_GPO(GPIO_132, HIGH),
PAD_GPO(GPIO_132, LOW),
/* UART1_TXD */
PAD_NF(GPIO_140, UART1_TXD, PULL_NONE),
/* UART0_RXD */