aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/common/block/lpc
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/common/block/lpc')
-rw-r--r--src/soc/intel/common/block/lpc/lpc.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/soc/intel/common/block/lpc/lpc.c b/src/soc/intel/common/block/lpc/lpc.c
index bb3b4f294a..fa56696cbc 100644
--- a/src/soc/intel/common/block/lpc/lpc.c
+++ b/src/soc/intel/common/block/lpc/lpc.c
@@ -146,6 +146,13 @@ static const unsigned short pci_device_ids[] = {
PCI_DEVICE_ID_INTEL_CNL_Y_PREMIUM_LPC,
PCI_DEVICE_ID_INTEL_CNP_H_LPC_Q370,
PCI_DEVICE_ID_INTEL_CNP_H_LPC_QM370,
+ PCI_DEVICE_ID_INTEL_ICL_BASE_U_LPC,
+ PCI_DEVICE_ID_INTEL_ICL_BASE_Y_LPC,
+ PCI_DEVICE_ID_INTEL_ICL_U_PREMIUM_LPC,
+ PCI_DEVICE_ID_INTEL_ICL_U_SUPER_U_LPC,
+ 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,
0
};