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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Cc: stable <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 927633a commit cb5c681

File tree

1 file changed

+5
-0
lines changed
  • drivers/hwtracing/intel_th

1 file changed

+5
-0
lines changed

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)