intel_th: pci: Add Alder Lake-S support
This adds support for the Trace Hub in Alder Lake-S. Signed-off-by: Alexander Shishkin <alexander.shishkin@linux.intel.com> Link: https://lore.kernel.org/r/20201005071319.78508-8-alexander.shishkin@linux.intel.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
		
							parent
							
								
									b8f8534b10
								
							
						
					
					
						commit
						951e4d71a8
					
				| @ -263,6 +263,11 @@ static const struct pci_device_id intel_th_pci_id_table[] = { | ||||
| 		PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x1bcc), | ||||
| 		.driver_data = (kernel_ulong_t)&intel_th_2x, | ||||
| 	}, | ||||
| 	{ | ||||
| 		/* Alder Lake */ | ||||
| 		PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x7aa6), | ||||
| 		.driver_data = (kernel_ulong_t)&intel_th_2x, | ||||
| 	}, | ||||
| 	{ 0 }, | ||||
| }; | ||||
| 
 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user