cpufreq: intel_pstate: Add CPU ID for Braswell processor
authorMika Westerberg <mika.westerberg@linux.intel.com>
Fri, 22 Aug 2014 10:05:44 +0000 (13:05 +0300)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 27 Aug 2014 23:26:21 +0000 (01:26 +0200)
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 <mika.westerberg@linux.intel.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Acked-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 17be734dc303ab529d64e15a3ebd83bd22265f1d..e396ad3f8f3fcd10c4ce9063e9257ad3ce25ab9f 100644 (file)
@@ -660,6 +660,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),
        {}