From: Alexander Shishkin <[email protected]>

commit cb5c681ab9037e25fcca20689c82cf034566d610 upstream.

This adds support for the Trace Hub in Alder Lake-P.

Signed-off-by: Alexander Shishkin <[email protected]>
Link: 
https://lore.kernel.org/r/[email protected]
Cc: stable <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>

---
 drivers/hwtracing/intel_th/pci.c |    5 +++++
 1 file changed, 5 insertions(+)

--- a/drivers/hwtracing/intel_th/pci.c
+++ b/drivers/hwtracing/intel_th/pci.c
@@ -231,6 +231,11 @@ static const struct pci_device_id intel_
                .driver_data = (kernel_ulong_t)&intel_th_2x,
        },
        {
+               /* Alder Lake-P */
+               PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x51a6),
+               .driver_data = (kernel_ulong_t)&intel_th_2x,
+       },
+       {
                /* Emmitsburg PCH */
                PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x1bcc),
                .driver_data = (kernel_ulong_t)&intel_th_2x,


Reply via email to