diff options
-rw-r--r-- | src/soc/intel/common/block/usb4/usb4.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/soc/intel/common/block/usb4/usb4.c b/src/soc/intel/common/block/usb4/usb4.c index a8ab7364a8..f3c81dc523 100644 --- a/src/soc/intel/common/block/usb4/usb4.c +++ b/src/soc/intel/common/block/usb4/usb4.c @@ -51,6 +51,8 @@ static void tbt_dma_fill_ssdt(const struct device *dev) static const unsigned short pci_device_ids[] = { PCI_DEVICE_ID_INTEL_TGL_TBT_DMA0, PCI_DEVICE_ID_INTEL_TGL_TBT_DMA1, + PCI_DEVICE_ID_INTEL_ADL_TBT_DMA0, + PCI_DEVICE_ID_INTEL_ADL_TBT_DMA1, 0 }; |