Skip to content

Commit 4e787b2

Browse files
committed
intel_th: pci: Add Granite Rapids SOC support
jira LE-2157 Rebuild_History Non-Buildable kernel-5.14.0-503.14.1.el9_5 commit-author Alexander Shishkin <[email protected]> commit 854afe4 Add support for the Trace Hub in Granite Rapids SOC. 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]> (cherry picked from commit 854afe4) Signed-off-by: Jonathan Maple <[email protected]>
1 parent f2d5128 commit 4e787b2

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

+5
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,11 @@ static const struct pci_device_id intel_th_pci_id_table[] = {
298298
PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0xa824),
299299
.driver_data = (kernel_ulong_t)&intel_th_2x,
300300
},
301+
{
302+
/* Granite Rapids SOC */
303+
PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x3256),
304+
.driver_data = (kernel_ulong_t)&intel_th_2x,
305+
},
301306
{
302307
/* Alder Lake CPU */
303308
PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x466f),

0 commit comments

Comments
 (0)