]> git.baikalelectronics.ru Git - kernel.git/commitdiff
intel_th: pci: Add Raptor Lake-S CPU support
authorAlexander Shishkin <alexander.shishkin@linux.intel.com>
Tue, 5 Jul 2022 08:26:37 +0000 (11:26 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 25 Aug 2022 09:18:13 +0000 (11:18 +0200)
commit f26b672648972f22dcd4c6adbff2ca0f69750a90 upstream.

Add support for the Trace Hub in Raptor Lake-S CPU.

Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Cc: stable <stable@kernel.org>
Signed-off-by: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Link: https://lore.kernel.org/r/20220705082637.59979-7-alexander.shishkin@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/hwtracing/intel_th/pci.c

index 3910fafc4fc28d34baf26b6ae4772d4a3d1021e0..c00543cd916f8050946929c9b1a7c76f2efa30e8 100644 (file)
@@ -279,6 +279,11 @@ static const struct pci_device_id intel_th_pci_id_table[] = {
                PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x54a6),
                .driver_data = (kernel_ulong_t)&intel_th_2x,
        },
+       {
+               /* Raptor Lake-S CPU */
+               PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0xa76f),
+               .driver_data = (kernel_ulong_t)&intel_th_2x,
+       },
        {
                /* Rocket Lake CPU */
                PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x4c19),