Skip to content

Commit b5a1d03

Browse files
Kuppuswamy Sathyanarayanangregkh
authored andcommitted
platform/x86: intel-uncore-freq: Add additional client processors
[ Upstream commit a229809 ] Add Intel uncore frequency driver support for Pantherlake, Wildcatlake and Novalake processors. Signed-off-by: Kuppuswamy Sathyanarayanan <sathyanarayanan.kuppuswamy@linux.intel.com> Link: https://patch.msgid.link/20251022211733.3565526-1-sathyanarayanan.kuppuswamy@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: Sasha Levin <sashal@kernel.org>
1 parent 9aa1868 commit b5a1d03

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

drivers/platform/x86/intel/uncore-frequency/uncore-frequency.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,10 @@ static const struct x86_cpu_id intel_uncore_cpu_ids[] = {
256256
X86_MATCH_VFM(INTEL_ARROWLAKE, NULL),
257257
X86_MATCH_VFM(INTEL_ARROWLAKE_H, NULL),
258258
X86_MATCH_VFM(INTEL_LUNARLAKE_M, NULL),
259+
X86_MATCH_VFM(INTEL_PANTHERLAKE_L, NULL),
260+
X86_MATCH_VFM(INTEL_WILDCATLAKE_L, NULL),
261+
X86_MATCH_VFM(INTEL_NOVALAKE, NULL),
262+
X86_MATCH_VFM(INTEL_NOVALAKE_L, NULL),
259263
{}
260264
};
261265
MODULE_DEVICE_TABLE(x86cpu, intel_uncore_cpu_ids);

0 commit comments

Comments
 (0)