Skip to content

Commit 69eeacb

Browse files
virtuosogregkh
authored andcommitted
intel_th: pci: Add Cannon Lake PCH-LP support
commit efb3669e14fe17d0ec4ecf57d0365039fe726f59 upstream. This adds Intel(R) Trace Hub PCI ID for Cannon Lake PCH-LP. Signed-off-by: Alexander Shishkin <alexander.shishkin@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent eb98d15 commit 69eeacb

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

  • drivers/hwtracing/intel_th

drivers/hwtracing/intel_th/pci.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,11 @@ static const struct pci_device_id intel_th_pci_id_table[] = {
7777
PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0xa326),
7878
.driver_data = (kernel_ulong_t)0,
7979
},
80+
{
81+
/* Cannon Lake LP */
82+
PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x9da6),
83+
.driver_data = (kernel_ulong_t)0,
84+
},
8085
{ 0 },
8186
};
8287

0 commit comments

Comments
 (0)