thermal/powerclamp: add id for braswell cpu
authorJacob Pan <jacob.jun.pan@linux.intel.com>
Thu, 4 Dec 2014 18:53:43 +0000 (10:53 -0800)
committerZhang Rui <rui.zhang@intel.com>
Tue, 9 Dec 2014 03:38:17 +0000 (11:38 +0800)
Braswell also has package C-states which can be used for idle
injection. This patch adds Braswell CPU ID in intel powerclamp
driver.

Signed-off-by: Jacob Pan <jacob.jun.pan@linux.intel.com>
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
drivers/thermal/intel_powerclamp.c

index 95cb7fc20e1780582efededf6dc1d88fe95aad37..b46c706e1cacf1027657fda668dfdd4057f6319e 100644 (file)
@@ -689,6 +689,7 @@ static const struct x86_cpu_id intel_powerclamp_ids[] = {
        { X86_VENDOR_INTEL, 6, 0x3f},
        { X86_VENDOR_INTEL, 6, 0x45},
        { X86_VENDOR_INTEL, 6, 0x46},
+       { X86_VENDOR_INTEL, 6, 0x4c},
        {}
 };
 MODULE_DEVICE_TABLE(x86cpu, intel_powerclamp_ids);