intel_th: pci: Add Denverton SOC support
authorAlexander Shishkin <alexander.shishkin@linux.intel.com>
Tue, 8 Sep 2015 11:03:55 +0000 (14:03 +0300)
committerAlexander Shishkin <alexander.shishkin@linux.intel.com>
Wed, 15 Mar 2017 12:55:17 +0000 (14:55 +0200)
This adds Intel(R) Trace Hub PCI ID for Denverton SOC.

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

index 0bba384..04bd57b 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,
        },
+       {
+               /* Denverton */
+               PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x19e1),
+               .driver_data = (kernel_ulong_t)0,
+       },
        { 0 },
 };