Skip to content

Commit 552f3b8

Browse files
gdsworojwrdegoede
authored andcommitted
platform/x86/intel: pmc: Support Intel Raptorlake P
Add Raptorlake P to the list of the platforms that intel_pmc_core driver supports for pmc_core device. Raptorlake P PCH is based on Alderlake P PCH. Signed-off-by: George D Sworo <george.d.sworo@intel.com> Reviewed-by: David E. Box <david.e.box@linux.intel.com> Link: https://lore.kernel.org/r/20220602012617.20100-1-george.d.sworo@intel.com Signed-off-by: Hans de Goede <hdegoede@redhat.com>
1 parent 66cb3a2 commit 552f3b8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • drivers/platform/x86/intel/pmc

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1912,6 +1912,7 @@ static const struct x86_cpu_id intel_pmc_core_ids[] = {
19121912
X86_MATCH_INTEL_FAM6_MODEL(ROCKETLAKE, &tgl_reg_map),
19131913
X86_MATCH_INTEL_FAM6_MODEL(ALDERLAKE_L, &tgl_reg_map),
19141914
X86_MATCH_INTEL_FAM6_MODEL(ALDERLAKE, &adl_reg_map),
1915+
X86_MATCH_INTEL_FAM6_MODEL(RAPTORLAKE_P, &tgl_reg_map),
19151916
{}
19161917
};
19171918

0 commit comments

Comments
 (0)