diff options
author | Subrata Banik <subrata.banik@intel.com> | 2020-12-07 11:47:13 +0530 |
---|---|---|
committer | Subrata Banik <subrata.banik@intel.com> | 2020-12-08 06:37:44 +0000 |
commit | 3e6cfa268cb36398c36d4f3ba3a9dcb9fdae4649 (patch) | |
tree | 71c2f61c095cb909608157dcaf3a20b73dee3ffb /src/soc/intel/common | |
parent | 89b296c3fe844347afa5dfa2b7c4089d0bda82da (diff) |
soc/intel/common/usb4: Add ADL-P DMA0/1 ID into USB4 common code
Change-Id: Id014828d282350bcb1f4de295d5cfb72b6950634
Signed-off-by: Subrata Banik <subrata.banik@intel.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/48393
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Furquan Shaikh <furquan@google.com>
Reviewed-by: V Sowmya <v.sowmya@intel.com>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/soc/intel/common')
-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 }; |