intel_pstate: Add CPU IDs for Broadwell processors
authorDirk Brandewie <dirk.j.brandewie@intel.com>
Thu, 8 May 2014 19:57:27 +0000 (12:57 -0700)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 13 May 2014 00:54:33 +0000 (02:54 +0200)
Add support for Broadwell processors.

Signed-off-by: Dirk Brandewie <dirk.j.brandewie@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/cpufreq/intel_pstate.c

index 6658bef99352e01ce697e50766ad7544e0788ec1..e4c0985ca519067e927b5fad3f99771b92b7f88b 100644 (file)
@@ -667,10 +667,13 @@ static const struct x86_cpu_id intel_pstate_cpu_ids[] = {
        ICPU(0x37, byt_params),
        ICPU(0x3a, core_params),
        ICPU(0x3c, core_params),
+       ICPU(0x3d, core_params),
        ICPU(0x3e, core_params),
        ICPU(0x3f, core_params),
        ICPU(0x45, core_params),
        ICPU(0x46, core_params),
+       ICPU(0x4f, core_params),
+       ICPU(0x56, core_params),
        {}
 };
 MODULE_DEVICE_TABLE(x86cpu, intel_pstate_cpu_ids);