Skip to content

Commit d87c670

Browse files
committed
platform/x86/intel/pmc: Add Bartlett Lake support to intel_pmc_core
JIRA: https://issues.redhat.com/browse/RHEL-110838 commit 3010da6 Author: Li Yifan <yifan2.li@intel.com> Date: Mon Aug 25 23:45:50 2025 -0400 platform/x86/intel/pmc: Add Bartlett Lake support to intel_pmc_core Add Bartlett Lake P-core only product support to intel_pmc_core driver. Bartlett Lake hybrid product reuses Raptor Lake model name so it is already enabled. Acked-by: Xi Pardee <xi.pardee@linux.intel.com> Signed-off-by: Li Yifan <yifan2.li@intel.com> Link: https://lore.kernel.org/r/20250826034550.2284738-1-yifan2.li@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>
1 parent 832fa88 commit d87c670

File tree

1 file changed

+1
-0
lines changed
  • drivers/platform/x86/intel/pmc

1 file changed

+1
-0
lines changed

drivers/platform/x86/intel/pmc/core.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1625,6 +1625,7 @@ static const struct x86_cpu_id intel_pmc_core_ids[] = {
16251625
X86_MATCH_VFM(INTEL_RAPTORLAKE_P, &tgl_l_pmc_dev),
16261626
X86_MATCH_VFM(INTEL_RAPTORLAKE, &adl_pmc_dev),
16271627
X86_MATCH_VFM(INTEL_RAPTORLAKE_S, &adl_pmc_dev),
1628+
X86_MATCH_VFM(INTEL_BARTLETTLAKE, &adl_pmc_dev),
16281629
X86_MATCH_VFM(INTEL_METEORLAKE_L, &mtl_pmc_dev),
16291630
X86_MATCH_VFM(INTEL_ARROWLAKE, &arl_pmc_dev),
16301631
X86_MATCH_VFM(INTEL_ARROWLAKE_H, &arl_h_pmc_dev),

0 commit comments

Comments
 (0)