soc/intel/common: Add TGL-H PCI IDs

Add TGL-H PCI IDs from the Processor and PCH EDS docs.

Reference:
- Intel doc 615985
- Intel doc 575683

Change-Id: I751d0d59aff9e93e2aa92546db78775bd1e6ef22
Signed-off-by: Jeremy Soller <jeremy@system76.com>
Signed-off-by: Tim Crawford <tcrawford@system76.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/56900
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
diff --git a/src/soc/intel/common/block/usb4/xhci.c b/src/soc/intel/common/block/usb4/xhci.c
index d4fb3e2..d0be8e5 100644
--- a/src/soc/intel/common/block/usb4/xhci.c
+++ b/src/soc/intel/common/block/usb4/xhci.c
@@ -27,6 +27,7 @@
 
 static const unsigned short pci_device_ids[] = {
 	PCI_DEVICE_ID_INTEL_TGP_TCSS_XHCI,
+	PCI_DEVICE_ID_INTEL_TGP_H_TCSS_XHCI,
 	PCI_DEVICE_ID_INTEL_ADP_TCSS_XHCI,
 	0
 };