summaryrefslogtreecommitdiff
path: root/src/soc/intel/common/block/lpc/lpc.c
diff options
context:
space:
mode:
authorRonak Kanabar <ronak.kanabar@intel.com>2019-02-05 01:51:13 +0530
committerSubrata Banik <subrata.banik@intel.com>2019-02-26 02:17:25 +0000
commitda7ffb48b2c84191b29dca41e6cdce5eb05524a1 (patch)
tree8217e09bad5ffd3068e06e6bfcae8f9e14bc46b3 /src/soc/intel/common/block/lpc/lpc.c
parent66f9a09916368bfab09da42ef0beed84a4bb7206 (diff)
downloadcoreboot-da7ffb48b2c84191b29dca41e6cdce5eb05524a1.tar.xz
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/lpc/lpc.c')
-rw-r--r--src/soc/intel/common/block/lpc/lpc.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/soc/intel/common/block/lpc/lpc.c b/src/soc/intel/common/block/lpc/lpc.c
index ad004efec3..1a38a6c9df 100644
--- a/src/soc/intel/common/block/lpc/lpc.c
+++ b/src/soc/intel/common/block/lpc/lpc.c
@@ -156,6 +156,11 @@ static const unsigned short pci_device_ids[] = {
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
};