From: Dirk Brandewie Date: Thu, 8 May 2014 19:57:27 +0000 (-0700) Subject: intel_pstate: Add CPU IDs for Broadwell processors X-Git-Tag: next-20140516~71^2~1^2 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=c7e241df5970171e3e86a516f91ca8a30ca516e8;p=karo-tx-linux.git intel_pstate: Add CPU IDs for Broadwell processors Add support for Broadwell processors. Signed-off-by: Dirk Brandewie Signed-off-by: Rafael J. Wysocki --- 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[] = { 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);