Skip to content

Commit 3010da6

Browse files
yifanli-intelij-intel
authored andcommitted
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 <[email protected]> Signed-off-by: Li Yifan <[email protected]> Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Ilpo Järvinen <[email protected]> Signed-off-by: Ilpo Järvinen <[email protected]>
1 parent 5549202 commit 3010da6

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)