soc/intel/common: Add PCI device IDs for CMP-H

This patch adds PCI device IDs for CMP-H.

TEST=build coreboot.rom and boot to the OS

Change-Id: Ia7413f75757c64b389a39d6e171f88eb61036c58
Signed-off-by: Gaggery Tsai <gaggery.tsai@intel.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/37536
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Duncan Laurie <dlaurie@chromium.org>
diff --git a/src/soc/intel/common/block/spi/spi.c b/src/soc/intel/common/block/spi/spi.c
index eedde75..5ce4008 100644
--- a/src/soc/intel/common/block/spi/spi.c
+++ b/src/soc/intel/common/block/spi/spi.c
@@ -81,6 +81,10 @@
 	PCI_DEVICE_ID_INTEL_CMP_SPI1,
 	PCI_DEVICE_ID_INTEL_CMP_SPI2,
 	PCI_DEVICE_ID_INTEL_CMP_HWSEQ_SPI,
+	PCI_DEVICE_ID_INTEL_CMP_H_SPI0,
+	PCI_DEVICE_ID_INTEL_CMP_H_SPI1,
+	PCI_DEVICE_ID_INTEL_CMP_H_SPI2,
+	PCI_DEVICE_ID_INTEL_CMP_H_HWSEQ_SPI,
 	PCI_DEVICE_ID_INTEL_TGP_SPI0,
 	PCI_DEVICE_ID_INTEL_TGP_GSPI0,
 	PCI_DEVICE_ID_INTEL_TGP_GSPI1,