Skip to content

Commit 6c0a473

Browse files
jithu83ij-intel
authored andcommitted
platform/x86/intel/ifs: Add Clearwater Forest to CPU support list
Add Clearwater Forest (INTEL_ATOM_DARKMONT_X) to the x86 match table of Intel In Field Scan (IFS) driver, enabling IFS functionality on this processor. Signed-off-by: Jithu Joseph <jithu.joseph@intel.com> Link: https://lore.kernel.org/r/20241210203152.1136463-1-jithu.joseph@intel.com Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
1 parent 220326c commit 6c0a473

File tree

1 file changed

+1
-0
lines changed
  • drivers/platform/x86/intel/ifs

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ static const struct x86_cpu_id ifs_cpu_ids[] __initconst = {
2020
X86_MATCH(INTEL_GRANITERAPIDS_X, ARRAY_GEN0),
2121
X86_MATCH(INTEL_GRANITERAPIDS_D, ARRAY_GEN0),
2222
X86_MATCH(INTEL_ATOM_CRESTMONT_X, ARRAY_GEN1),
23+
X86_MATCH(INTEL_ATOM_DARKMONT_X, ARRAY_GEN1),
2324
{}
2425
};
2526
MODULE_DEVICE_TABLE(x86cpu, ifs_cpu_ids);

0 commit comments

Comments
 (0)