* [PATCH] platform/x86/intel/vsec: Add Nova Lake PUNIT support
@ 2026-01-22 2:21 David E. Box
2026-01-26 14:56 ` Ilpo Järvinen
0 siblings, 1 reply; 2+ messages in thread
From: David E. Box @ 2026-01-22 2:21 UTC (permalink / raw)
To: ilpo.jarvinen, xi.pardee, andriy.shevchenko
Cc: David E. Box, hansg, linux-kernel, platform-driver-x86
Add PCI ID for Nova Lake, supporting PUNIT telemetry.
Signed-off-by: David E. Box <david.e.box@linux.intel.com>
---
drivers/platform/x86/intel/vsec.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/platform/x86/intel/vsec.c b/drivers/platform/x86/intel/vsec.c
index ecfc7703f201..012d87878afd 100644
--- a/drivers/platform/x86/intel/vsec.c
+++ b/drivers/platform/x86/intel/vsec.c
@@ -766,6 +766,7 @@ static const struct intel_vsec_platform_info lnl_info = {
#define PCI_DEVICE_ID_INTEL_VSEC_LNL_M 0x647d
#define PCI_DEVICE_ID_INTEL_VSEC_PTL 0xb07d
#define PCI_DEVICE_ID_INTEL_VSEC_WCL 0xfd7d
+#define PCI_DEVICE_ID_INTEL_VSEC_NVL 0xd70d
static const struct pci_device_id intel_vsec_pci_ids[] = {
{ PCI_DEVICE_DATA(INTEL, VSEC_ADL, &tgl_info) },
{ PCI_DEVICE_DATA(INTEL, VSEC_DG1, &dg1_info) },
@@ -778,6 +779,7 @@ static const struct pci_device_id intel_vsec_pci_ids[] = {
{ PCI_DEVICE_DATA(INTEL, VSEC_LNL_M, &lnl_info) },
{ PCI_DEVICE_DATA(INTEL, VSEC_PTL, &mtl_info) },
{ PCI_DEVICE_DATA(INTEL, VSEC_WCL, &mtl_info) },
+ { PCI_DEVICE_DATA(INTEL, VSEC_NVL, &mtl_info) },
{ }
};
MODULE_DEVICE_TABLE(pci, intel_vsec_pci_ids);
base-commit: 24d479d26b25bce5faea3ddd9fa8f3a6c3129ea7
--
2.43.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] platform/x86/intel/vsec: Add Nova Lake PUNIT support
2026-01-22 2:21 [PATCH] platform/x86/intel/vsec: Add Nova Lake PUNIT support David E. Box
@ 2026-01-26 14:56 ` Ilpo Järvinen
0 siblings, 0 replies; 2+ messages in thread
From: Ilpo Järvinen @ 2026-01-26 14:56 UTC (permalink / raw)
To: xi.pardee, andriy.shevchenko, David E. Box
Cc: hansg, linux-kernel, platform-driver-x86
On Wed, 21 Jan 2026 18:21:08 -0800, David E. Box wrote:
> Add PCI ID for Nova Lake, supporting PUNIT telemetry.
>
>
Thank you for your contribution, it has been applied to my local
review-ilpo-fixes branch. Note it will show up in the public
platform-drivers-x86/review-ilpo-fixes branch only once I've pushed my
local branch there, which might take a while.
The list of commits applied:
[1/1] platform/x86/intel/vsec: Add Nova Lake PUNIT support
commit: 98bdc485b281da7e20e67b13a8cc834956d68e9c
--
i.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-01-26 14:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-22 2:21 [PATCH] platform/x86/intel/vsec: Add Nova Lake PUNIT support David E. Box
2026-01-26 14:56 ` Ilpo Järvinen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox