]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
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:31 +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 590cf90dd21a61a6855dd99885c99da7d2dbc33a..2dc2f0995b12fa29f5c3d2a8f7370050ae075b08 100644 (file)
@@ -95,6 +95,11 @@ static const struct pci_device_id intel_th_pci_id_table[] = {
                PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x318e),
                .driver_data = (kernel_ulong_t)0,
        },
+       {
+               /* Cannon Lake H */
+               PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0xa326),
+               .driver_data = (kernel_ulong_t)0,
+       },
        { 0 },
 };