soc/intel/common: Include cometlake PCH IDs

Add cometlake specific PCH IDs

Change-Id: I18dda48cee29213aa66c0ccddf3da31f0f489d2f
Signed-off-by: Ronak Kanabar <ronak.kanabar@intel.com>
Reviewed-on: https://review.coreboot.org/c/31234
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Subrata Banik <subrata.banik@intel.com>
Reviewed-by: Furquan Shaikh <furquan@google.com>
diff --git a/src/soc/intel/common/block/lpc/lpc.c b/src/soc/intel/common/block/lpc/lpc.c
index ad004ef..1a38a6c 100644
--- a/src/soc/intel/common/block/lpc/lpc.c
+++ b/src/soc/intel/common/block/lpc/lpc.c
@@ -156,6 +156,11 @@
 	PCI_DEVICE_ID_INTEL_ICL_U_SUPER_U_LPC_REV0,
 	PCI_DEVICE_ID_INTEL_ICL_SUPER_Y_LPC,
 	PCI_DEVICE_ID_INTEL_ICL_Y_PREMIUM_LPC,
+	PCI_DEVICE_ID_INTEL_CMP_SUPER_U_LPC,
+	PCI_DEVICE_ID_INTEL_CMP_PREMIUM_Y_LPC,
+	PCI_DEVICE_ID_INTEL_CMP_PREMIUM_U_LPC,
+	PCI_DEVICE_ID_INTEL_CMP_BASE_U_LPC,
+	PCI_DEVICE_ID_INTEL_CMP_SUPER_Y_LPC,
 	0
 };