Skip to content

Commit cb5c681

Browse files
virtuosogregkh
authored andcommitted
intel_th: pci: Add Alder Lake-P support
This adds support for the Trace Hub in Alder Lake-P. Signed-off-by: Alexander Shishkin <alexander.shishkin@linux.intel.com> Link: https://lore.kernel.org/r/20210115195917.3184-3-alexander.shishkin@linux.intel.com Cc: stable <stable@vger.kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 927633a commit cb5c681

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
@@ -268,6 +268,11 @@ static const struct pci_device_id intel_th_pci_id_table[] = {
268268
PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x7aa6),
269269
.driver_data = (kernel_ulong_t)&intel_th_2x,
270270
},
271+
{
272+
/* Alder Lake-P */
273+
PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x51a6),
274+
.driver_data = (kernel_ulong_t)&intel_th_2x,
275+
},
271276
{
272277
/* Alder Lake CPU */
273278
PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x466f),

0 commit comments

Comments
 (0)