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:
parent
4489cb5284
commit
62c583622d
|
@ -174,6 +174,9 @@ static const struct device_operations xhci_pci_ops = {
|
||||||
};
|
};
|
||||||
|
|
||||||
static const unsigned short amd_pci_device_ids[] = {
|
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
|
0
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue