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 2f95a03 commit e16f7eeCopy full SHA for e16f7ee
drivers/platform/x86/intel/tpmi_power_domains.c
@@ -82,6 +82,7 @@ static const struct x86_cpu_id tpmi_cpu_ids[] = {
82
X86_MATCH_VFM(INTEL_ATOM_CRESTMONT_X, NULL),
83
X86_MATCH_VFM(INTEL_ATOM_CRESTMONT, NULL),
84
X86_MATCH_VFM(INTEL_GRANITERAPIDS_D, NULL),
85
+ X86_MATCH_VFM(INTEL_PANTHERCOVE_X, NULL),
86
{}
87
};
88
MODULE_DEVICE_TABLE(x86cpu, tpmi_cpu_ids);
0 commit comments