Skip to content

Commit d8c2d38

Browse files
spandruvadaij-intel
authored andcommitted
platform/x86: ISST: Add Granite Rapids-D to HPM CPU list
Add Granite Rapids-D to hpm_cpu_ids, so that MSR 0x54 can be used. Signed-off-by: Srinivas Pandruvada <[email protected]> Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Ilpo Järvinen <[email protected]> Signed-off-by: Ilpo Järvinen <[email protected]>
1 parent 9d89306 commit d8c2d38

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/platform/x86/intel/speed_select_if/isst_if_common.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -719,6 +719,7 @@ static struct miscdevice isst_if_char_driver = {
719719
};
720720

721721
static const struct x86_cpu_id hpm_cpu_ids[] = {
722+
X86_MATCH_INTEL_FAM6_MODEL(GRANITERAPIDS_D, NULL),
722723
X86_MATCH_INTEL_FAM6_MODEL(GRANITERAPIDS_X, NULL),
723724
X86_MATCH_INTEL_FAM6_MODEL(ATOM_CRESTMONT_X, NULL),
724725
{}

0 commit comments

Comments
 (0)