diff options
author | Alexander Shishkin <alexander.shishkin@linux.intel.com> | 2015-09-08 14:03:55 +0300 |
---|---|---|
committer | Alexander Shishkin <alexander.shishkin@linux.intel.com> | 2017-03-15 14:55:17 +0200 |
commit | 5118ccd34780f4637a9360be580f41f4c1feab48 (patch) | |
tree | cbaaab3dd9fd9860bdbb5de5e3d07d75a487e946 /drivers/hwtracing/intel_th | |
parent | e609ccef5222c73b46b322be7d3796d60bff353d (diff) | |
download | linux-5118ccd34780f4637a9360be580f41f4c1feab48.tar.bz2 |
intel_th: pci: Add Denverton SOC support
This adds Intel(R) Trace Hub PCI ID for Denverton SOC.
Signed-off-by: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Diffstat (limited to 'drivers/hwtracing/intel_th')
-rw-r--r-- | drivers/hwtracing/intel_th/pci.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/hwtracing/intel_th/pci.c b/drivers/hwtracing/intel_th/pci.c index 0bba3842336e..04bd57b0100a 100644 --- a/drivers/hwtracing/intel_th/pci.c +++ b/drivers/hwtracing/intel_th/pci.c @@ -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 }, }; |