soc/intel/common/block/usb4: Add the PCI ID for ADL

This patch adds the PCI device ID for Alderlake
CPU xHCI.

Change-Id: I4074a81aa9be2ef3a0956da08bece32a613415ab
Signed-off-by: V Sowmya <v.sowmya@intel.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/48271
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Furquan Shaikh <furquan@google.com>
Reviewed-by: Subrata Banik <subrata.banik@intel.com>
This commit is contained in:
V Sowmya 2020-12-03 23:15:37 +05:30 committed by Subrata Banik
parent 5fc798f40e
commit 2c9d65b51b
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ static struct device_operations usb4_xhci_ops = {
static const unsigned short pci_device_ids[] = {
PCI_DEVICE_ID_INTEL_TGP_TCSS_XHCI,
PCI_DEVICE_ID_INTEL_ADP_TCSS_XHCI,
0
};