Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

intel_th: pci: Add Gemini Lake support

This adds Intel(R) Trace Hub PCI ID for Gemini Lake SOC.

Signed-off-by: Alexander Shishkin <alexander.shishkin@linux.intel.com>

+5
+5
drivers/hwtracing/intel_th/pci.c
··· 90 90 PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x19e1), 91 91 .driver_data = (kernel_ulong_t)0, 92 92 }, 93 + { 94 + /* Gemini Lake */ 95 + PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x318e), 96 + .driver_data = (kernel_ulong_t)0, 97 + }, 93 98 { 0 }, 94 99 }; 95 100