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 <[email protected]> Reviewed-by: David E. Box <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Hans de Goede <[email protected]>
1 parent 66cb3a2 commit 552f3b8

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
@@ -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)