aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/common/block/sata
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/common/block/sata')
-rw-r--r--src/soc/intel/common/block/sata/sata.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/soc/intel/common/block/sata/sata.c b/src/soc/intel/common/block/sata/sata.c
index f0274860a6..5cacc95ce0 100644
--- a/src/soc/intel/common/block/sata/sata.c
+++ b/src/soc/intel/common/block/sata/sata.c
@@ -64,6 +64,9 @@ static const unsigned short pci_device_ids[] = {
PCI_DEVICE_ID_INTEL_SPT_U_SATA,
PCI_DEVICE_ID_INTEL_SPT_U_Y_PREMIUM_SATA,
PCI_DEVICE_ID_INTEL_SPT_KBL_SATA,
+ PCI_DEVICE_ID_INTEL_CNL_SATA,
+ PCI_DEVICE_ID_INTEL_CNL_PREMIUM_SATA,
+ PCI_DEVICE_ID_INTEL_CNL_COMPAT_SATA,
0
};