aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/picasso/usb.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/amd/picasso/usb.c')
-rw-r--r--src/soc/amd/picasso/usb.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/soc/amd/picasso/usb.c b/src/soc/amd/picasso/usb.c
index 67328b8f52..6faf28f2c2 100644
--- a/src/soc/amd/picasso/usb.c
+++ b/src/soc/amd/picasso/usb.c
@@ -34,9 +34,9 @@ static struct device_operations usb_ops = {
};
static const unsigned short pci_device_ids[] = {
- PCI_DEVICE_ID_AMD_PCO_XHCI0,
- PCI_DEVICE_ID_AMD_PCO_XHCI1,
- PCI_DEVICE_ID_AMD_DALI_XHCI,
+ PCI_DEVICE_ID_AMD_FAM17H_MODEL18H_XHCI0,
+ PCI_DEVICE_ID_AMD_FAM17H_MODEL18H_XHCI1,
+ PCI_DEVICE_ID_AMD_FAM17H_MODEL20H_XHCI0,
0
};