diff options
author | Ronak Kanabar <ronak.kanabar@intel.com> | 2019-02-05 01:51:13 +0530 |
---|---|---|
committer | Subrata Banik <subrata.banik@intel.com> | 2019-02-26 02:17:25 +0000 |
commit | da7ffb48b2c84191b29dca41e6cdce5eb05524a1 (patch) | |
tree | 8217e09bad5ffd3068e06e6bfcae8f9e14bc46b3 /src/soc/intel/common/block/spi | |
parent | 66f9a09916368bfab09da42ef0beed84a4bb7206 (diff) |
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>
Diffstat (limited to 'src/soc/intel/common/block/spi')
-rw-r--r-- | src/soc/intel/common/block/spi/spi.c | 4 |
1 files changed, 4 insertions, 0 deletions
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 }; |