intel_th: pci: Add Cannon Lake PCH-H support
authorAlexander Shishkin <alexander.shishkin@linux.intel.com>
Thu, 30 Jun 2016 13:11:13 +0000 (16:11 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 9 Sep 2017 15:39:39 +0000 (17:39 +0200)
commit 84331e1390b6378a5129a3678c87a42c6f697d29 upstream.

This adds Intel(R) Trace Hub PCI ID for Cannon Lake PCH-H.

Signed-off-by: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/hwtracing/intel_th/pci.c

index 0bba384..3d8cc1d 100644 (file)
@@ -85,6 +85,11 @@ static const struct pci_device_id intel_th_pci_id_table[] = {
                PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0xa2a6),
                .driver_data = (kernel_ulong_t)0,
        },
+       {
+               /* Cannon Lake H */
+               PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0xa326),
+               .driver_data = (kernel_ulong_t)0,
+       },
        { 0 },
 };