Skip to content

Commit d185673

Browse files
committed
Merge: platform/x86/intel/vsec: Add support for Panther Lake
MR: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-10/-/merge_requests/620 JIRA: https://issues.redhat.com/browse/RHEL-47411 Build Info: 67089053 Tested: Successful platform test results on Intel (intel-pantherlake-h-02) system. commit 83848e3 Author: Xi Pardee <xi.pardee@linux.intel.com> Date: Tue Dec 10 13:26:41 2024 -0800 platform/x86/intel/vsec: Add support for Panther Lake Add Panther Lake PMT telemetry support. Signed-off-by: Xi Pardee <xi.pardee@linux.intel.com> Link: https://lore.kernel.org/r/20241210212646.239211-1-xi.pardee@linux.intel.com Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> Signed-off-by: Steve Best <sbest@redhat.com> Approved-by: Tony Camuso <tcamuso@redhat.com> Approved-by: David Arcari <darcari@redhat.com> Approved-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> Merged-by: Julio Faracco <jfaracco@redhat.com>
2 parents 9f7213a + b5b841d commit d185673

File tree

1 file changed

+2
-0
lines changed
  • drivers/platform/x86/intel

1 file changed

+2
-0
lines changed

drivers/platform/x86/intel/vsec.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -429,6 +429,7 @@ static const struct intel_vsec_platform_info lnl_info = {
429429
#define PCI_DEVICE_ID_INTEL_VSEC_RPL 0xa77d
430430
#define PCI_DEVICE_ID_INTEL_VSEC_TGL 0x9a0d
431431
#define PCI_DEVICE_ID_INTEL_VSEC_LNL_M 0x647d
432+
#define PCI_DEVICE_ID_INTEL_VSEC_PTL 0xb07d
432433
static const struct pci_device_id intel_vsec_pci_ids[] = {
433434
{ PCI_DEVICE_DATA(INTEL, VSEC_ADL, &tgl_info) },
434435
{ PCI_DEVICE_DATA(INTEL, VSEC_DG1, &dg1_info) },
@@ -438,6 +439,7 @@ static const struct pci_device_id intel_vsec_pci_ids[] = {
438439
{ PCI_DEVICE_DATA(INTEL, VSEC_RPL, &tgl_info) },
439440
{ PCI_DEVICE_DATA(INTEL, VSEC_TGL, &tgl_info) },
440441
{ PCI_DEVICE_DATA(INTEL, VSEC_LNL_M, &lnl_info) },
442+
{ PCI_DEVICE_DATA(INTEL, VSEC_PTL, &mtl_info) },
441443
{ }
442444
};
443445
MODULE_DEVICE_TABLE(pci, intel_vsec_pci_ids);

0 commit comments

Comments
 (0)