Skip to content

Commit a52a0b3

Browse files
committed
Merge tag 'platform-drivers-x86-v6.9-4' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86
Pull x86 platform driver fix from Ilpo Järvinen: - Add Grand Ridge to HPM CPU list * tag 'platform-drivers-x86-v6.9-4' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86: platform/x86: ISST: Add Grand Ridge to HPM CPU list
2 parents e5c8fc5 + 515a3c3 commit a52a0b3

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
@@ -721,6 +721,7 @@ static struct miscdevice isst_if_char_driver = {
721721
static const struct x86_cpu_id hpm_cpu_ids[] = {
722722
X86_MATCH_INTEL_FAM6_MODEL(GRANITERAPIDS_D, NULL),
723723
X86_MATCH_INTEL_FAM6_MODEL(GRANITERAPIDS_X, NULL),
724+
X86_MATCH_INTEL_FAM6_MODEL(ATOM_CRESTMONT, NULL),
724725
X86_MATCH_INTEL_FAM6_MODEL(ATOM_CRESTMONT_X, NULL),
725726
{}
726727
};

0 commit comments

Comments
 (0)