diff options
| author | Alexander Shishkin <alexander.shishkin@linux.intel.com> | 2016-04-08 11:26:52 -0400 |
|---|---|---|
| committer | Alexander Shishkin <alexander.shishkin@linux.intel.com> | 2016-04-19 15:54:05 -0400 |
| commit | aaa3ca82286d53c5409d2c22204426c9ca419d8c (patch) | |
| tree | 89115165d4739bc72c4b0408e67c075d1ad138a9 /drivers/hwtracing/intel_th | |
| parent | f152dfee19c0cd146b16179a60ffb2cacf995736 (diff) | |
intel_th: pci: Add Broxton-M SOC support
This adds Intel(R) Trace Hub PCI ID for Broxton-M SOC.
Signed-off-by: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Reviewed-by: Laurent Fert <laurent.fert@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 bca7a2ac00d6..5e25c7eb31d3 100644 --- a/drivers/hwtracing/intel_th/pci.c +++ b/drivers/hwtracing/intel_th/pci.c | |||
| @@ -75,6 +75,11 @@ static const struct pci_device_id intel_th_pci_id_table[] = { | |||
| 75 | PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x0a80), | 75 | PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x0a80), |
| 76 | .driver_data = (kernel_ulong_t)0, | 76 | .driver_data = (kernel_ulong_t)0, |
| 77 | }, | 77 | }, |
| 78 | { | ||
| 79 | /* Broxton B-step */ | ||
| 80 | PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x1a8e), | ||
| 81 | .driver_data = (kernel_ulong_t)0, | ||
| 82 | }, | ||
| 78 | { 0 }, | 83 | { 0 }, |
| 79 | }; | 84 | }; |
| 80 | 85 | ||
