[PATCH v8 2/3] thunderbolt: Add device links for Apple machines with Titan Ridge
Atharva Tiwari <[email protected]>
| Newsgroups | org.kernel.vger.linux-usb,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
Add device links for Apple machines with the Titan Ridge thunderbolt controller. To add device links on Titan ridge, the discrete method is used. Signed-off-by: Atharva Tiwari <[email protected]> --- drivers/thunderbolt/pci.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/thunderbolt/pci.c b/drivers/thunderbolt/pci.c index c3d5a36ab..af3a7a9ba 100644 --- a/drivers/thunderbolt/pci.c +++ b/drivers/thunderbolt/pci.c @@ -511,6 +511,8 @@ bool tb_pci_add_links(struct tb_nhi *nhi) case PCI_DEVICE_ID_INTEL_CACTUS_RIDGE_4C: case PCI_DEVICE_ID_INTEL_FALCON_RIDGE_2C_NHI: case PCI_DEVICE_ID_INTEL_FALCON_RIDGE_4C_NHI: + case PCI_DEVICE_ID_INTEL_TITAN_RIDGE_2C_NHI: + case PCI_DEVICE_ID_INTEL_TITAN_RIDGE_4C_NHI: return tb_pci_add_links_discrete(nhi_pdev); default: return false; -- 2.43.0