Skip to content

Commit 83848e3

Browse files
xpardee-createij-intel
authored andcommitted
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>
1 parent 6c0a473 commit 83848e3

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
@@ -423,6 +423,7 @@ static const struct intel_vsec_platform_info lnl_info = {
423423
#define PCI_DEVICE_ID_INTEL_VSEC_RPL 0xa77d
424424
#define PCI_DEVICE_ID_INTEL_VSEC_TGL 0x9a0d
425425
#define PCI_DEVICE_ID_INTEL_VSEC_LNL_M 0x647d
426+
#define PCI_DEVICE_ID_INTEL_VSEC_PTL 0xb07d
426427
static const struct pci_device_id intel_vsec_pci_ids[] = {
427428
{ PCI_DEVICE_DATA(INTEL, VSEC_ADL, &tgl_info) },
428429
{ PCI_DEVICE_DATA(INTEL, VSEC_DG1, &dg1_info) },
@@ -432,6 +433,7 @@ static const struct pci_device_id intel_vsec_pci_ids[] = {
432433
{ PCI_DEVICE_DATA(INTEL, VSEC_RPL, &tgl_info) },
433434
{ PCI_DEVICE_DATA(INTEL, VSEC_TGL, &tgl_info) },
434435
{ PCI_DEVICE_DATA(INTEL, VSEC_LNL_M, &lnl_info) },
436+
{ PCI_DEVICE_DATA(INTEL, VSEC_PTL, &mtl_info) },
435437
{ }
436438
};
437439
MODULE_DEVICE_TABLE(pci, intel_vsec_pci_ids);

0 commit comments

Comments
 (0)