Skip to content

Commit 5a2cde4

Browse files
committed
platform/x86/intel: power-domains: Add Diamond Rapids support
JIRA: https://issues.redhat.com/browse/RHEL-79669 commit e16f7ee Author: Srinivas Pandruvada <[email protected]> Date: Thu Oct 3 14:55:54 2024 -0700 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]> Signed-off-by: David Arcari <[email protected]>
1 parent 532ad47 commit 5a2cde4

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
@@ -83,6 +83,7 @@ static const struct x86_cpu_id tpmi_cpu_ids[] = {
8383
X86_MATCH_VFM(INTEL_ATOM_CRESTMONT, NULL),
8484
X86_MATCH_VFM(INTEL_ATOM_DARKMONT_X, NULL),
8585
X86_MATCH_VFM(INTEL_GRANITERAPIDS_D, NULL),
86+
X86_MATCH_VFM(INTEL_PANTHERCOVE_X, NULL),
8687
{}
8788
};
8889
MODULE_DEVICE_TABLE(x86cpu, tpmi_cpu_ids);

0 commit comments

Comments
 (0)