Skip to content

Commit 416a87c

Browse files
xpardee-createjwrdegoede
authored andcommitted
platform/x86:intel/pmc: Remove Meteor Lake S platform support
commit c5ad454 ("platform/x86: intel/pmc/core: Add Meteor Lake support to pmc core driver") was supposed to add support for Meter Lake P/M and mistakenly added support for Meteor Lake S instead. Meteor Lake P/M support was added later and MTL-S support needs to be removed since its currently assigned to the wrong register maps. Fixes: c5ad454 ("platform/x86: intel/pmc/core: Add Meteor Lake support to pmc core driver") Signed-off-by: Xi Pardee <[email protected]> Signed-off-by: David E. Box <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Hans de Goede <[email protected]>
1 parent e4543de commit 416a87c

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1039,7 +1039,6 @@ static const struct x86_cpu_id intel_pmc_core_ids[] = {
10391039
X86_MATCH_INTEL_FAM6_MODEL(RAPTORLAKE_P, tgl_core_init),
10401040
X86_MATCH_INTEL_FAM6_MODEL(RAPTORLAKE, adl_core_init),
10411041
X86_MATCH_INTEL_FAM6_MODEL(RAPTORLAKE_S, adl_core_init),
1042-
X86_MATCH_INTEL_FAM6_MODEL(METEORLAKE, mtl_core_init),
10431042
X86_MATCH_INTEL_FAM6_MODEL(METEORLAKE_L, mtl_core_init),
10441043
{}
10451044
};

0 commit comments

Comments
 (0)