Skip to content

Commit 164eb56

Browse files
virtuosogregkh
authored andcommitted
intel_th: pci: Add support for another Lewisburg PCH
Add support for the Trace Hub in another Lewisburg PCH. Signed-off-by: Alexander Shishkin <[email protected]> Cc: [email protected] # v4.14+ Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 961b6ff commit 164eb56

File tree

1 file changed

+5
-0
lines changed
  • drivers/hwtracing/intel_th

1 file changed

+5
-0
lines changed

drivers/hwtracing/intel_th/pci.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,11 @@ static const struct pci_device_id intel_th_pci_id_table[] = {
164164
PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0xa1a6),
165165
.driver_data = (kernel_ulong_t)0,
166166
},
167+
{
168+
/* Lewisburg PCH */
169+
PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0xa226),
170+
.driver_data = (kernel_ulong_t)0,
171+
},
167172
{
168173
/* Gemini Lake */
169174
PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x318e),

0 commit comments

Comments
 (0)