aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thermal/intel_powerclamp.c
diff options
context:
space:
mode:
authorJacob Pan <jacob.jun.pan@linux.intel.com>2014-04-29 00:35:54 -0700
committerZhang Rui <rui.zhang@intel.com>2014-05-15 17:02:18 +0800
commit9a17f56c590cfd0d5b47f3ffa89c297534962e8f (patch)
tree1acb25cc4eb5cec8dffd41a7768d41122b323b44 /drivers/thermal/intel_powerclamp.c
parentthermal: rcar: Use pm_runtime_put() i.s.o. pm_runtime_put_sync() (diff)
downloadlinux-dev-9a17f56c590cfd0d5b47f3ffa89c297534962e8f.tar.xz
linux-dev-9a17f56c590cfd0d5b47f3ffa89c297534962e8f.zip
thermal/intel_powerclamp: add newer cpu ids
Add support for Broadwell and Valleyview CPUs Signed-off-by: Jacob Pan <jacob.jun.pan@linux.intel.com>
Diffstat (limited to 'drivers/thermal/intel_powerclamp.c')
-rw-r--r--drivers/thermal/intel_powerclamp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/thermal/intel_powerclamp.c b/drivers/thermal/intel_powerclamp.c
index a084325f1386..95cb7fc20e17 100644
--- a/drivers/thermal/intel_powerclamp.c
+++ b/drivers/thermal/intel_powerclamp.c
@@ -681,8 +681,10 @@ static const struct x86_cpu_id intel_powerclamp_ids[] = {
{ X86_VENDOR_INTEL, 6, 0x2d},
{ X86_VENDOR_INTEL, 6, 0x2e},
{ X86_VENDOR_INTEL, 6, 0x2f},
+ { X86_VENDOR_INTEL, 6, 0x37},
{ X86_VENDOR_INTEL, 6, 0x3a},
{ X86_VENDOR_INTEL, 6, 0x3c},
+ { X86_VENDOR_INTEL, 6, 0x3d},
{ X86_VENDOR_INTEL, 6, 0x3e},
{ X86_VENDOR_INTEL, 6, 0x3f},
{ X86_VENDOR_INTEL, 6, 0x45},