[PATCH v8 2/3] thunderbolt: Add device links for Apple machines with Titan Ridge
From: Atharva Tiwari
Date: Mon Aug 17 2026 - 06:14:37 EST
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 <atharvatiwarilinuxdev@xxxxxxxxx>
---
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