intel_th: pci: Add Gemini Lake support
authorAlexander Shishkin <alexander.shishkin@linux.intel.com>
Thu, 30 Jun 2016 13:10:51 +0000 (16:10 +0300)
committerAlexander Shishkin <alexander.shishkin@linux.intel.com>
Wed, 15 Mar 2017 12:55:18 +0000 (14:55 +0200)
This adds Intel(R) Trace Hub PCI ID for Gemini Lake SOC.

Signed-off-by: Alexander Shishkin <alexander.shishkin@linux.intel.com>
drivers/hwtracing/intel_th/pci.c

index 04bd57b..590cf90 100644 (file)
@@ -90,6 +90,11 @@ static const struct pci_device_id intel_th_pci_id_table[] = {
                PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x19e1),
                .driver_data = (kernel_ulong_t)0,
        },
+       {
+               /* Gemini Lake */
+               PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x318e),
+               .driver_data = (kernel_ulong_t)0,
+       },
        { 0 },
 };