]> git.itanic.dy.fi Git - linux-stable/commitdiff
intel_th: pci: Add Alder Lake-P support
authorAlexander Shishkin <alexander.shishkin@linux.intel.com>
Fri, 15 Jan 2021 19:59:17 +0000 (22:59 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 30 Jan 2021 12:31:14 +0000 (13:31 +0100)
commit cb5c681ab9037e25fcca20689c82cf034566d610 upstream.

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

Signed-off-by: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Link: https://lore.kernel.org/r/20210115195917.3184-3-alexander.shishkin@linux.intel.com
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/hwtracing/intel_th/pci.c

index 99ef61de9b1e7290968465fc2cb36a35658b49db..6a66825370249be27ea158f922f020441916cf87 100644 (file)
@@ -238,6 +238,11 @@ static const struct pci_device_id intel_th_pci_id_table[] = {
                PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x4b26),
                .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),