Skip to content

Commit 555a68d

Browse files
Gayatri Kammelajwrdegoede
authored andcommitted
platform/x86/intel: pmc/core: Add Raptor Lake support to pmc core driver
Add Raptor Lake client parts (both RPL and RPL_S) support to pmc core driver. Raptor Lake client parts reuse all the Alder Lake PCH IPs. Cc: Srinivas Pandruvada <[email protected]> Cc: Andy Shevchenko <[email protected]> Cc: David Box <[email protected]> Acked-by: Rajneesh Bhardwaj <[email protected]> Signed-off-by: Gayatri Kammela <[email protected]> Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Hans de Goede <[email protected]> Signed-off-by: Hans de Goede <[email protected]>
1 parent ee24395 commit 555a68d

File tree

1 file changed

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

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1914,6 +1914,8 @@ static const struct x86_cpu_id intel_pmc_core_ids[] = {
19141914
X86_MATCH_INTEL_FAM6_MODEL(ALDERLAKE_N, &tgl_reg_map),
19151915
X86_MATCH_INTEL_FAM6_MODEL(ALDERLAKE, &adl_reg_map),
19161916
X86_MATCH_INTEL_FAM6_MODEL(RAPTORLAKE_P, &tgl_reg_map),
1917+
X86_MATCH_INTEL_FAM6_MODEL(RAPTORLAKE, &adl_reg_map),
1918+
X86_MATCH_INTEL_FAM6_MODEL(RAPTORLAKE_S, &adl_reg_map),
19171919
{}
19181920
};
19191921

0 commit comments

Comments
 (0)