platform/x86/intel/ifs: Add Clearwater Forest to CPU support list
authorJithu Joseph <jithu.joseph@intel.com>
Tue, 10 Dec 2024 20:31:52 +0000 (12:31 -0800)
committerIlpo Järvinen <ilpo.jarvinen@linux.intel.com>
Wed, 11 Dec 2024 14:00:36 +0000 (16:00 +0200)
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>
drivers/platform/x86/intel/ifs/core.c

index bc252b883210a5252c5ac12f3633adf9054e8c15..1ae50702bdb7600ed80030d8f9c19dd7328c1d5c 100644 (file)
@@ -20,6 +20,7 @@ static const struct x86_cpu_id ifs_cpu_ids[] __initconst = {
        X86_MATCH(INTEL_GRANITERAPIDS_X, ARRAY_GEN0),
        X86_MATCH(INTEL_GRANITERAPIDS_D, ARRAY_GEN0),
        X86_MATCH(INTEL_ATOM_CRESTMONT_X, ARRAY_GEN1),
+       X86_MATCH(INTEL_ATOM_DARKMONT_X, ARRAY_GEN1),
        {}
 };
 MODULE_DEVICE_TABLE(x86cpu, ifs_cpu_ids);