Skip to content

Commit f630ab2

Browse files
pawelchm-intelgregkh
authored andcommitted
intel_th: pci: Add Arrow Lake support
commit b5edccae9f447a92d475267d94c33f4926963eec upstream. Add support for the Trace Hub in Arrow Lake. Signed-off-by: Pawel Chmielewski <[email protected]> Signed-off-by: Alexander Shishkin <[email protected]> Reviewed-by: Andy Shevchenko <[email protected]> Cc: [email protected] Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent f42cd9f commit f630ab2

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
@@ -329,6 +329,11 @@ static const struct pci_device_id intel_th_pci_id_table[] = {
329329
PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0xa824),
330330
.driver_data = (kernel_ulong_t)&intel_th_2x,
331331
},
332+
{
333+
/* Arrow Lake */
334+
PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x7724),
335+
.driver_data = (kernel_ulong_t)&intel_th_2x,
336+
},
332337
{
333338
/* Alder Lake CPU */
334339
PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x466f),

0 commit comments

Comments
 (0)