intel_th: pci: Add Panther Lake-P/U support

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>

authored by Alexander Shishkin and committed by Greg Kroah-Hartman 49114ff0 a70034d6

+5
+5
drivers/hwtracing/intel_th/pci.c
··· 345 345 .driver_data = (kernel_ulong_t)&intel_th_2x, 346 346 }, 347 347 { 348 + /* Panther Lake-P/U */ 349 + PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0xe424), 350 + .driver_data = (kernel_ulong_t)&intel_th_2x, 351 + }, 352 + { 348 353 /* Alder Lake CPU */ 349 354 PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x466f), 350 355 .driver_data = (kernel_ulong_t)&intel_th_2x,