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/uart/uart.c b/src/soc/intel/common/block/uart/uart.c
index 57d9ebe..7f105d7 100644
--- a/src/soc/intel/common/block/uart/uart.c
+++ b/src/soc/intel/common/block/uart/uart.c
@@ -268,6 +268,9 @@
 	PCI_DEVICE_ID_INTEL_ICP_UART0,
 	PCI_DEVICE_ID_INTEL_ICP_UART1,
 	PCI_DEVICE_ID_INTEL_ICP_UART2,
+	PCI_DEVICE_ID_INTEL_CMP_UART0,
+	PCI_DEVICE_ID_INTEL_CMP_UART1,
+	PCI_DEVICE_ID_INTEL_CMP_UART2,
 	0,
 };