Skip to content

Commit e16f7ee

Browse files
spandruvadajwrdegoede
authored andcommitted
platform/x86/intel: power-domains: Add Diamond Rapids support
Add Diamond Rapids (INTEL_PANTHERCOVE_X) to tpmi_cpu_ids to support domaid id mappings. Signed-off-by: Srinivas Pandruvada <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Hans de Goede <[email protected]>
1 parent 2f95a03 commit e16f7ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/platform/x86/intel/tpmi_power_domains.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ static const struct x86_cpu_id tpmi_cpu_ids[] = {
8282
X86_MATCH_VFM(INTEL_ATOM_CRESTMONT_X, NULL),
8383
X86_MATCH_VFM(INTEL_ATOM_CRESTMONT, NULL),
8484
X86_MATCH_VFM(INTEL_GRANITERAPIDS_D, NULL),
85+
X86_MATCH_VFM(INTEL_PANTHERCOVE_X, NULL),
8586
{}
8687
};
8788
MODULE_DEVICE_TABLE(x86cpu, tpmi_cpu_ids);

0 commit comments

Comments
 (0)