drivers/usb/pci_xhci: Add Picasso xHCI controllers

BUG=b:154756391
TEST=Dump ACPI table and see xHCI nodes being created.

Signed-off-by: Raul E Rangel <rrangel@chromium.org>
Change-Id: I1541dc8ebf314a204708a7767f30f4db72990907
Reviewed-on: https://review.coreboot.org/c/coreboot/+/43331
Reviewed-by: Furquan Shaikh <furquan@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Raul E Rangel 2020-07-09 12:10:37 -06:00 committed by Felix Held
parent 4489cb5284
commit 62c583622d
1 changed files with 3 additions and 0 deletions

View File

@ -174,6 +174,9 @@ static const struct device_operations xhci_pci_ops = {
};
static const unsigned short amd_pci_device_ids[] = {
PCI_DEVICE_ID_AMD_FAM17H_MODEL18H_XHCI0,
PCI_DEVICE_ID_AMD_FAM17H_MODEL18H_XHCI1,
PCI_DEVICE_ID_AMD_FAM17H_MODEL20H_XHCI0,
0
};