intel_th: pci: Add Panther Lake-H support

Add support for the Trace Hub in Panther Lake-H.

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

authored by Alexander Shishkin and committed by Greg Kroah-Hartman a70034d6 b5edccae

+5
+5
drivers/hwtracing/intel_th/pci.c
··· 340 340 .driver_data = (kernel_ulong_t)&intel_th_2x, 341 341 }, 342 342 { 343 + /* Panther Lake-H */ 344 + PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0xe324), 345 + .driver_data = (kernel_ulong_t)&intel_th_2x, 346 + }, 347 + { 343 348 /* Alder Lake CPU */ 344 349 PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x466f), 345 350 .driver_data = (kernel_ulong_t)&intel_th_2x,