We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 532ad47 commit 5a2cde4Copy full SHA for 5a2cde4
drivers/platform/x86/intel/tpmi_power_domains.c
@@ -83,6 +83,7 @@ static const struct x86_cpu_id tpmi_cpu_ids[] = {
83
X86_MATCH_VFM(INTEL_ATOM_CRESTMONT, NULL),
84
X86_MATCH_VFM(INTEL_ATOM_DARKMONT_X, NULL),
85
X86_MATCH_VFM(INTEL_GRANITERAPIDS_D, NULL),
86
+ X86_MATCH_VFM(INTEL_PANTHERCOVE_X, NULL),
87
{}
88
};
89
MODULE_DEVICE_TABLE(x86cpu, tpmi_cpu_ids);
0 commit comments