Skip to content

Commit 769ddb9

Browse files
virtuosogregkh
authored andcommitted
intel_th: pci: Add Tiger Lake PCH-H support
commit 6227585dc7b6a5405fc08dc322f98cb95e2f0eb4 upstream. This adds support for the Trace Hub in Tiger Lake PCH-H. Signed-off-by: Alexander Shishkin <alexander.shishkin@linux.intel.com> Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Cc: stable@vger.kernel.org # v4.14+ Link: https://lore.kernel.org/r/20200706161339.55468-3-alexander.shishkin@linux.intel.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 91ea4f8 commit 769ddb9

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

  • drivers/hwtracing/intel_th

drivers/hwtracing/intel_th/pci.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,11 @@ static const struct pci_device_id intel_th_pci_id_table[] = {
213213
PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0xa0a6),
214214
.driver_data = (kernel_ulong_t)&intel_th_2x,
215215
},
216+
{
217+
/* Tiger Lake PCH-H */
218+
PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x43a6),
219+
.driver_data = (kernel_ulong_t)&intel_th_2x,
220+
},
216221
{
217222
/* Jasper Lake PCH */
218223
PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x4da6),

0 commit comments

Comments
 (0)