diff options
author | Mika Westerberg <mika.westerberg@linux.intel.com> | 2022-05-11 13:11:23 +0200 |
---|---|---|
committer | Mika Westerberg <mika.westerberg@linux.intel.com> | 2022-08-22 11:21:27 +0200 |
commit | 1c1aac98620d69c27a979972b712f008e9e02ef6 (patch) | |
tree | ea0442569f2d5f0f11acf39782c72a34ae807ef5 /drivers/thunderbolt/nhi.c | |
parent | thunderbolt: Add DP OUT resource when DP tunnel is discovered (diff) | |
download | linux-1c1aac98620d69c27a979972b712f008e9e02ef6.tar.xz linux-1c1aac98620d69c27a979972b712f008e9e02ef6.zip |
thunderbolt: Add comment where Thunderbolt 4 PCI IDs start
This makes it consistent with the previous generations. No functional
impact.
Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Diffstat (limited to 'drivers/thunderbolt/nhi.c')
-rw-r--r-- | drivers/thunderbolt/nhi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/thunderbolt/nhi.c b/drivers/thunderbolt/nhi.c index cb8c9c4ae93a..8b8b5a8bd9b2 100644 --- a/drivers/thunderbolt/nhi.c +++ b/drivers/thunderbolt/nhi.c @@ -1398,6 +1398,7 @@ static struct pci_device_id nhi_ids[] = { .driver_data = (kernel_ulong_t)&icl_nhi_ops }, { PCI_VDEVICE(INTEL, PCI_DEVICE_ID_INTEL_ICL_NHI1), .driver_data = (kernel_ulong_t)&icl_nhi_ops }, + /* Thunderbolt 4 */ { PCI_VDEVICE(INTEL, PCI_DEVICE_ID_INTEL_TGL_NHI0), .driver_data = (kernel_ulong_t)&icl_nhi_ops }, { PCI_VDEVICE(INTEL, PCI_DEVICE_ID_INTEL_TGL_NHI1), |