summaryrefslogtreecommitdiffstats
path: root/src/drivers/usb
diff options
context:
space:
mode:
authorRaul E Rangel <rrangel@chromium.org>2020-07-09 12:10:37 -0600
committerFelix Held <felix-coreboot@felixheld.de>2020-07-10 23:34:30 +0000
commit62c583622dc49471a5475636b15e88a63814ca8d (patch)
tree984da0a1d868f6412707a0907d7754f6d0b1f032 /src/drivers/usb
parent4489cb52843de95815adbf9789167d9332e36b25 (diff)
downloadcoreboot-62c583622dc49471a5475636b15e88a63814ca8d.tar.gz
coreboot-62c583622dc49471a5475636b15e88a63814ca8d.tar.bz2
coreboot-62c583622dc49471a5475636b15e88a63814ca8d.zip
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>
Diffstat (limited to 'src/drivers/usb')
-rw-r--r--src/drivers/usb/pci_xhci/pci_xhci.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/drivers/usb/pci_xhci/pci_xhci.c b/src/drivers/usb/pci_xhci/pci_xhci.c
index cbd3c34b58b7..695cd09c4d7a 100644
--- a/src/drivers/usb/pci_xhci/pci_xhci.c
+++ b/src/drivers/usb/pci_xhci/pci_xhci.c
@@ -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
};