From: Mika Westerberg Date: Wed, 11 May 2022 11:11:23 +0000 (+0300) Subject: thunderbolt: Add comment where Thunderbolt 4 PCI IDs start X-Git-Tag: v6.1-rc5~264^2~13^2~17 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1c1aac98620d69c27a979972b712f008e9e02ef6;p=platform%2Fkernel%2Flinux-starfive.git 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 --- diff --git a/drivers/thunderbolt/nhi.c b/drivers/thunderbolt/nhi.c index cb8c9c4..8b8b5a8b 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),