aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/common/block/sata/sata.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/common/block/sata/sata.c')
-rw-r--r--src/soc/intel/common/block/sata/sata.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/soc/intel/common/block/sata/sata.c b/src/soc/intel/common/block/sata/sata.c
index 0c278f37f2..13ac32e766 100644
--- a/src/soc/intel/common/block/sata/sata.c
+++ b/src/soc/intel/common/block/sata/sata.c
@@ -96,6 +96,10 @@ static const unsigned short pci_device_ids[] = {
PCI_DEVICE_ID_INTEL_CMP_SATA,
PCI_DEVICE_ID_INTEL_CMP_PREMIUM_SATA,
PCI_DEVICE_ID_INTEL_CMP_LP_SATA,
+ PCI_DEVICE_ID_INTEL_TGP_LP_SATA,
+ PCI_DEVICE_ID_INTEL_TGP_SATA,
+ PCI_DEVICE_ID_INTEL_TGP_PREMIUM_SATA,
+ PCI_DEVICE_ID_INTEL_TGP_COMPAT_SATA,
0
};