Skip to content

Commit ad8415a

Browse files
committed
Merge tag 'thunderbolt-for-v6.18-rc4' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt into usb-linus
Mika writes: thunderbolt: Fixes for v6.18-rc4 This adds PCI ID for Intel Wildcat Lake Thunderbolt/USB4 host controller. This has been in linux-next with no reported issues. * tag 'thunderbolt-for-v6.18-rc4' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt: thunderbolt: Add support for Intel Wildcat Lake
2 parents 1ec39d2 + 3575254 commit ad8415a

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

drivers/thunderbolt/nhi.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1538,6 +1538,8 @@ static struct pci_device_id nhi_ids[] = {
15381538
.driver_data = (kernel_ulong_t)&icl_nhi_ops },
15391539
{ PCI_VDEVICE(INTEL, PCI_DEVICE_ID_INTEL_PTL_P_NHI1),
15401540
.driver_data = (kernel_ulong_t)&icl_nhi_ops },
1541+
{ PCI_VDEVICE(INTEL, PCI_DEVICE_ID_INTEL_WCL_NHI0),
1542+
.driver_data = (kernel_ulong_t)&icl_nhi_ops },
15411543
{ PCI_VDEVICE(INTEL, PCI_DEVICE_ID_INTEL_BARLOW_RIDGE_HOST_80G_NHI) },
15421544
{ PCI_VDEVICE(INTEL, PCI_DEVICE_ID_INTEL_BARLOW_RIDGE_HOST_40G_NHI) },
15431545

drivers/thunderbolt/nhi.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ extern const struct tb_nhi_ops icl_nhi_ops;
7575
#define PCI_DEVICE_ID_INTEL_TITAN_RIDGE_DD_BRIDGE 0x15ef
7676
#define PCI_DEVICE_ID_INTEL_ADL_NHI0 0x463e
7777
#define PCI_DEVICE_ID_INTEL_ADL_NHI1 0x466d
78+
#define PCI_DEVICE_ID_INTEL_WCL_NHI0 0x4d33
7879
#define PCI_DEVICE_ID_INTEL_BARLOW_RIDGE_HOST_80G_NHI 0x5781
7980
#define PCI_DEVICE_ID_INTEL_BARLOW_RIDGE_HOST_40G_NHI 0x5784
8081
#define PCI_DEVICE_ID_INTEL_BARLOW_RIDGE_HUB_80G_BRIDGE 0x5786

0 commit comments

Comments
 (0)