drivers/usb/pci_xhci: Add Sabrina xhci pci device id

BUG=None
TEST=Build and boot to OS in Skyrim. Ensure that the XHCI controllers
are enumerated successfully and ACPI device objects are added in SSDT.

Signed-off-by: Karthikeyan Ramasubramanian <kramasub@google.com>
Change-Id: I7ad4555212ed38ea0f9029275345e4945855a8c3
Reviewed-on: https://review.coreboot.org/c/coreboot/+/63641
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Jon Murphy <jpmurphy@google.com>
Reviewed-by: Raul Rangel <rrangel@chromium.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
This commit is contained in:
Karthikeyan Ramasubramanian 2022-04-14 13:39:55 -06:00 committed by Felix Held
parent 2c4b426557
commit d083317fae
1 changed files with 3 additions and 0 deletions

View File

@ -257,6 +257,9 @@ static const unsigned short amd_pci_device_ids[] = {
PCI_DID_AMD_FAM17H_MODEL18H_XHCI1,
PCI_DID_AMD_FAM17H_MODEL20H_XHCI0,
PCI_DID_AMD_FAM17H_MODEL60H_XHCI,
PCI_DID_AMD_FAM17H_MODELA0H_XHCI0,
PCI_DID_AMD_FAM17H_MODELA0H_XHCI1,
PCI_DID_AMD_FAM17H_MODELA0H_XHCI2,
0
};