Skip to content

Commit 0a3f38e

Browse files
committed
platform/x86/intel: power-domains: Add Clearwater Forest support
JIRA: https://issues.redhat.com/browse/RHEL-74191 commit bee9a08 Author: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> Date: Fri Jan 3 07:52:53 2025 -0800 platform/x86/intel: power-domains: Add Clearwater Forest support Add Clearwater Forest support (INTEL_ATOM_DARKMONT_X) to tpmi_cpu_ids to support domaid id mappings. Signed-off-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> Link: https://lore.kernel.org/r/20250103155255.1488139-1-srinivas.pandruvada@linux.intel.com Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> Signed-off-by: David Arcari <darcari@redhat.com>
1 parent 5f621e5 commit 0a3f38e

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
@@ -81,6 +81,7 @@ static const struct x86_cpu_id tpmi_cpu_ids[] = {
8181
X86_MATCH_VFM(INTEL_GRANITERAPIDS_X, NULL),
8282
X86_MATCH_VFM(INTEL_ATOM_CRESTMONT_X, NULL),
8383
X86_MATCH_VFM(INTEL_ATOM_CRESTMONT, NULL),
84+
X86_MATCH_VFM(INTEL_ATOM_DARKMONT_X, NULL),
8485
X86_MATCH_VFM(INTEL_GRANITERAPIDS_D, NULL),
8586
{}
8687
};

0 commit comments

Comments
 (0)