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>
This commit is contained in:
parent
89b296c3fe
commit
3e6cfa268c
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue