[PATCH v9 2/3] thunderbolt: Add device links for Apple machines with Titan Ridge

From: Atharva Tiwari

Date: Tue Aug 18 2026 - 05:58:00 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 83a4e1ba9..945e553dc 100644
--- a/drivers/thunderbolt/pci.c
+++ b/drivers/thunderbolt/pci.c
@@ -509,6 +509,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