projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35676de
)
thermal/powerclamp: add cpu id for denlow platform
author
Jacob Pan
<jacob.jun.pan@linux.intel.com>
Mon, 29 Jun 2015 15:53:18 +0000
(08:53 -0700)
committer
Zhang Rui
<rui.zhang@intel.com>
Mon, 3 Aug 2015 15:14:26 +0000
(23:14 +0800)
Add support for Intel Denlow UP server platform.
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
patch
|
blob
|
blame
|
history
diff --git
a/drivers/thermal/intel_powerclamp.c
b/drivers/thermal/intel_powerclamp.c
index 6e017238c1fa302df0f8681a9a97f97ecc423263..a42e8a39f8082240b96f819b4d6d21f33801a3cc 100644
(file)
--- a/
drivers/thermal/intel_powerclamp.c
+++ b/
drivers/thermal/intel_powerclamp.c
@@
-693,6
+693,7
@@
static const struct x86_cpu_id intel_powerclamp_ids[] __initconst = {
{ X86_VENDOR_INTEL, 6, 0x3f},
{ X86_VENDOR_INTEL, 6, 0x45},
{ X86_VENDOR_INTEL, 6, 0x46},
+ { X86_VENDOR_INTEL, 6, 0x47},
{ X86_VENDOR_INTEL, 6, 0x4c},
{ X86_VENDOR_INTEL, 6, 0x4d},
{ X86_VENDOR_INTEL, 6, 0x4e},