From da7ffb48b2c84191b29dca41e6cdce5eb05524a1 Mon Sep 17 00:00:00 2001 From: Ronak Kanabar Date: Tue, 5 Feb 2019 01:51:13 +0530 Subject: soc/intel/common: Include cometlake PCH IDs Add cometlake specific PCH IDs Change-Id: I18dda48cee29213aa66c0ccddf3da31f0f489d2f Signed-off-by: Ronak Kanabar Reviewed-on: https://review.coreboot.org/c/31234 Tested-by: build bot (Jenkins) Reviewed-by: Subrata Banik Reviewed-by: Furquan Shaikh --- src/soc/intel/common/block/xdci/xdci.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/soc/intel/common/block/xdci') diff --git a/src/soc/intel/common/block/xdci/xdci.c b/src/soc/intel/common/block/xdci/xdci.c index 0ee63657e4..9eb6e1d25f 100644 --- a/src/soc/intel/common/block/xdci/xdci.c +++ b/src/soc/intel/common/block/xdci/xdci.c @@ -43,6 +43,7 @@ static const unsigned short pci_device_ids[] = { PCI_DEVICE_ID_INTEL_SPT_LP_XDCI, PCI_DEVICE_ID_INTEL_CNP_H_XDCI, PCI_DEVICE_ID_INTEL_ICP_LP_XDCI, + PCI_DEVICE_ID_INTEL_CMP_LP_XDCI, 0 }; -- cgit v1.2.3