Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

platform/x86: intel-uncore-freq: add Emerald Rapids support

Make Intel uncore frequency driver support Emerald Rapids by adding its
CPU model to the match table.

Emerald Rapids uncore frequency control is the same as in Sapphire
Rapids.

Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Acked-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Acked-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>

authored by

Artem Bityutskiy and committed by
Rafael J. Wysocki
9c252ecf eb708140

+1
+1
drivers/platform/x86/intel/uncore-frequency/uncore-frequency.c
··· 203 203 X86_MATCH_INTEL_FAM6_MODEL(ICELAKE_X, NULL), 204 204 X86_MATCH_INTEL_FAM6_MODEL(ICELAKE_D, NULL), 205 205 X86_MATCH_INTEL_FAM6_MODEL(SAPPHIRERAPIDS_X, NULL), 206 + X86_MATCH_INTEL_FAM6_MODEL(EMERALDRAPIDS_X, NULL), 206 207 {} 207 208 }; 208 209 MODULE_DEVICE_TABLE(x86cpu, intel_uncore_cpu_ids);