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/smbus/smbus.c b/src/soc/intel/common/block/smbus/smbus.c
index bb95b76..d11abee 100644
--- a/src/soc/intel/common/block/smbus/smbus.c
+++ b/src/soc/intel/common/block/smbus/smbus.c
@@ -85,6 +85,7 @@
 	PCI_DEVICE_ID_INTEL_CMP_SMBUS,
 	PCI_DEVICE_ID_INTEL_CMP_H_SMBUS,
 	PCI_DEVICE_ID_INTEL_TGP_LP_SMBUS,
+	PCI_DEVICE_ID_INTEL_TGP_H_SMBUS,
 	PCI_DEVICE_ID_INTEL_MCC_SMBUS,
 	PCI_DEVICE_ID_INTEL_JSP_SMBUS,
 	PCI_DEVICE_ID_INTEL_ADP_P_SMBUS,