aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/cpufreq/intel_pstate.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/cpufreq/intel_pstate.c b/drivers/cpufreq/intel_pstate.c
index 6658bef99352..e4c0985ca519 100644
--- a/drivers/cpufreq/intel_pstate.c
+++ b/drivers/cpufreq/intel_pstate.c
@@ -667,10 +667,13 @@ static const struct x86_cpu_id intel_pstate_cpu_ids[] = {
667 ICPU(0x37, byt_params), 667 ICPU(0x37, byt_params),
668 ICPU(0x3a, core_params), 668 ICPU(0x3a, core_params),
669 ICPU(0x3c, core_params), 669 ICPU(0x3c, core_params),
670 ICPU(0x3d, core_params),
670 ICPU(0x3e, core_params), 671 ICPU(0x3e, core_params),
671 ICPU(0x3f, core_params), 672 ICPU(0x3f, core_params),
672 ICPU(0x45, core_params), 673 ICPU(0x45, core_params),
673 ICPU(0x46, core_params), 674 ICPU(0x46, core_params),
675 ICPU(0x4f, core_params),
676 ICPU(0x56, core_params),
674 {} 677 {}
675}; 678};
676MODULE_DEVICE_TABLE(x86cpu, intel_pstate_cpu_ids); 679MODULE_DEVICE_TABLE(x86cpu, intel_pstate_cpu_ids);