intel_th: pci: Add Meteor Lake-P support
authorAlexander Shishkin <alexander.shishkin@linux.intel.com>
Tue, 5 Jul 2022 08:26:35 +0000 (11:26 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 25 Aug 2022 09:11:29 +0000 (11:11 +0200)
commit 802a9a0b1d91274ef10d9fe429b4cc1e8c200aef upstream.

Add support for the Trace Hub in Meteor Lake-P.

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-5-alexander.shishkin@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/hwtracing/intel_th/pci.c

index 4e88e0ed5f95c338056da483c0289f4ad9434c36..3c5eba924e3b02ba332364d4969e086aa2a8addb 100644 (file)
@@ -263,6 +263,11 @@ static const struct pci_device_id intel_th_pci_id_table[] = {
                PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x7a26),
                .driver_data = (kernel_ulong_t)&intel_th_2x,
        },
+       {
+               /* Meteor Lake-P */
+               PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x7e24),
+               .driver_data = (kernel_ulong_t)&intel_th_2x,
+       },
        {
                /* Rocket Lake CPU */
                PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x4c19),