summaryrefslogtreecommitdiff
path: root/src/soc/intel/common/block/lpc/lpc.c
diff options
context:
space:
mode:
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
};