Skip to content

Commit 91ea4f8

Browse files
virtuosogregkh
authored andcommitted
intel_th: pci: Add Jasper Lake CPU support
commit 203c1f615052921901b7a8fbe2005d8ea6add076 upstream. This adds support for the Trace Hub in Jasper Lake CPU. 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-2-alexander.shishkin@linux.intel.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 65c5f96 commit 91ea4f8

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
@@ -218,6 +218,11 @@ static const struct pci_device_id intel_th_pci_id_table[] = {
218218
PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x4da6),
219219
.driver_data = (kernel_ulong_t)&intel_th_2x,
220220
},
221+
{
222+
/* Jasper Lake CPU */
223+
PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x4e29),
224+
.driver_data = (kernel_ulong_t)&intel_th_2x,
225+
},
221226
{
222227
/* Elkhart Lake CPU */
223228
PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x4529),

0 commit comments

Comments
 (0)