Skip to content

Commit 171a7d9

Browse files
aeglbp3tk0v
authored andcommitted
extcon: axp288: Switch to new Intel CPU model defines
New CPU #defines encode vendor and family as well as model. Signed-off-by: Tony Luck <tony.luck@intel.com> Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com> Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de> Link: https://lore.kernel.org/r/20240903173443.7962-2-tony.luck@intel.com
1 parent fd82221 commit 171a7d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/extcon/extcon-axp288.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ struct axp288_extcon_info {
108108
};
109109

110110
static const struct x86_cpu_id cherry_trail_cpu_ids[] = {
111-
X86_MATCH_INTEL_FAM6_MODEL(ATOM_AIRMONT, NULL),
111+
X86_MATCH_VFM(INTEL_ATOM_AIRMONT, NULL),
112112
{}
113113
};
114114

0 commit comments

Comments
 (0)