Commit 6d89cef4 authored by Alexander Shishkin's avatar Alexander Shishkin Committed by Wang, Xiaolong
Browse files

intel_th: pci: Add Granite Rapids SOC support

mainline inclusion
from mainline-v6.10-rc1
commit 854afe461b009801a171b3a49c5f75ea43e4c04c
category: feature
bugzilla: https://gitee.com/openeuler/intel-kernel/issues/IAMRIA
Reference: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=854afe461b009801a171b3a49c5f75ea43e4c04c



--------------------------------

Add support for the Trace Hub in Granite Rapids SOC.

Intel-SIG: commit 854afe461b00 intel_th: pci: Add Granite Rapids SOC support
Backport Intel Intel Trace Hub support for SPR and GNR.

Signed-off-by: default avatarAlexander Shishkin <alexander.shishkin@linux.intel.com>
Reviewed-by: default avatarAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Cc: stable@kernel.org
Link: https://lore.kernel.org/r/20240429130119.1518073-12-alexander.shishkin@linux.intel.com


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
[ Xiaolong Wang: amend commit log ]
Signed-off-by: default avatarXiaolong Wang <xiaolong.wang@intel.com>
parent 9485e696
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -304,6 +304,11 @@ static const struct pci_device_id intel_th_pci_id_table[] = {
		PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x0963),
		.driver_data = (kernel_ulong_t)&intel_th_2x,
	},
	{
		/* Granite Rapids SOC */
		PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x3256),
		.driver_data = (kernel_ulong_t)&intel_th_2x,
	},
	{
		/* Alder Lake CPU */
		PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x466f),