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/spi/spi.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/soc/intel/common/block/spi/spi.c') diff --git a/src/soc/intel/common/block/spi/spi.c b/src/soc/intel/common/block/spi/spi.c index 69449e79d5..c02cfed6a9 100644 --- a/src/soc/intel/common/block/spi/spi.c +++ b/src/soc/intel/common/block/spi/spi.c @@ -71,6 +71,10 @@ static const unsigned short pci_device_ids[] = { PCI_DEVICE_ID_INTEL_ICP_SPI1, PCI_DEVICE_ID_INTEL_ICP_SPI2, PCI_DEVICE_ID_INTEL_ICP_HWSEQ_SPI, + PCI_DEVICE_ID_INTEL_CMP_SPI0, + PCI_DEVICE_ID_INTEL_CMP_SPI1, + PCI_DEVICE_ID_INTEL_CMP_SPI2, + PCI_DEVICE_ID_INTEL_CMP_HWSEQ_SPI, 0 }; -- cgit v1.2.3