From: Mika Westerberg Date: Fri, 22 Aug 2014 10:05:44 +0000 (+0300) Subject: cpufreq: intel_pstate: Add CPU ID for Braswell processor X-Git-Tag: v3.14.24~92 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c4efbfe4569265db67614b0c390498bc215d442;p=thirdparty%2Fkernel%2Fstable.git cpufreq: intel_pstate: Add CPU ID for Braswell processor commit 16405f98bca8eb39a23b3ce03e241ca19e7af370 upstream. This is pretty much the same as Intel Baytrail, only the CPU ID is different. Add the new ID to the supported CPU list. Signed-off-by: Mika Westerberg Acked-by: Viresh Kumar Acked-by: Dirk Brandewie Signed-off-by: Rafael J. Wysocki Signed-off-by: Chang Rebecca Swee Fun Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/cpufreq/intel_pstate.c b/drivers/cpufreq/intel_pstate.c index 1f579f0acd2dc..7ab0d9b495097 100644 --- a/drivers/cpufreq/intel_pstate.c +++ b/drivers/cpufreq/intel_pstate.c @@ -690,6 +690,7 @@ static const struct x86_cpu_id intel_pstate_cpu_ids[] = { ICPU(0x3f, core_params), ICPU(0x45, core_params), ICPU(0x46, core_params), + ICPU(0x4c, byt_params), ICPU(0x4f, core_params), ICPU(0x56, core_params), {}