Skip to content

Commit 6aa5207

Browse files
Gayatri Kammelajwrdegoede
authored andcommitted
platform/x86: intel/pmc/core: Add Meteor Lake mobile support
Add Meteor Lake mobile support to pmc core driver. Meteor Lake mobile parts reuse all the Meteor Lake PCH IPs. Cc: David E Box <[email protected]> Signed-off-by: Gayatri Kammela <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Hans de Goede <[email protected]>
1 parent d348b1d commit 6aa5207

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1029,6 +1029,7 @@ static const struct x86_cpu_id intel_pmc_core_ids[] = {
10291029
X86_MATCH_INTEL_FAM6_MODEL(RAPTORLAKE, adl_core_init),
10301030
X86_MATCH_INTEL_FAM6_MODEL(RAPTORLAKE_S, adl_core_init),
10311031
X86_MATCH_INTEL_FAM6_MODEL(METEORLAKE, mtl_core_init),
1032+
X86_MATCH_INTEL_FAM6_MODEL(METEORLAKE_L, mtl_core_init),
10321033
{}
10331034
};
10341035

0 commit comments

Comments
 (0)