soc/intel/common: Fix ACPI device name for USB4 DMA device
commitfcbf18c5df6013c31e99662887be5c4e8bb2cf24
authorDuncan Laurie <dlaurie@google.com>
Sun, 18 Oct 2020 22:03:21 +0000 (18 15:03 -0700)
committerDuncan Laurie <dlaurie@chromium.org>
Wed, 21 Oct 2020 15:35:42 +0000 (21 15:35 +0000)
tree6518a5929917c07541a1b6b49f72091e2f050908
parentbf6962225659818c308ad323e35f181ce9c9c13b
soc/intel/common: Fix ACPI device name for USB4 DMA device

The USB4 host interface (DMA) devices need to use SA_DEVFN_*
instead of SA_DEV_* when determining the ACPI name.

The matching names are removed from the SOC-level ACPI name
handler since they are provided by this driver now.

TEST=boot on volteer and ensure TDM0 device is in the SSDT.

Signed-off-by: Duncan Laurie <dlaurie@google.com>
Change-Id: If778bda82b80593452a590962dbffef6eff6484a
Reviewed-on: https://review.coreboot.org/c/coreboot/+/46543
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Furquan Shaikh <furquan@google.com>
src/soc/intel/common/block/usb4/usb4.c
src/soc/intel/tigerlake/chip.c