]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
intel_th: pci: Add Panther Lake-P/U support
authorAlexander Shishkin <alexander.shishkin@linux.intel.com>
Tue, 11 Feb 2025 18:50:17 +0000 (20:50 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 20 Feb 2025 08:35:57 +0000 (09:35 +0100)
Add support for the Trace Hub in Panther Lake-P/U.

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

index 004e68286fd4380ab3a8f9b8ca7a135f47c45ff3..e3def163d5cf74dfcc3592e6ec28ae616a519af2 100644 (file)
@@ -344,6 +344,11 @@ static const struct pci_device_id intel_th_pci_id_table[] = {
                PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0xe324),
                .driver_data = (kernel_ulong_t)&intel_th_2x,
        },
+       {
+               /* Panther Lake-P/U */
+               PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0xe424),
+               .driver_data = (kernel_ulong_t)&intel_th_2x,
+       },
        {
                /* Alder Lake CPU */
                PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x466f),