diff options
| author | Jacob Pan <[email protected]> | 2015-06-29 15:53:18 +0000 |
|---|---|---|
| committer | Zhang Rui <[email protected]> | 2015-08-03 15:14:26 +0000 |
| commit | 1f22dc4494e203d6987fc708f414b4adf8614036 (patch) | |
| tree | 5706aefc805c463517d04ac7f8ebb7e1934125a6 | |
| parent | thermal/powerclamp: add cpu id for Skylake u/y (diff) | |
| download | kernel-1f22dc4494e203d6987fc708f414b4adf8614036.tar.gz kernel-1f22dc4494e203d6987fc708f414b4adf8614036.zip | |
thermal/powerclamp: add cpu id for denlow platform
Add support for Intel Denlow UP server platform.
Signed-off-by: Jacob Pan <[email protected]>
Signed-off-by: Zhang Rui <[email protected]>
| -rw-r--r-- | drivers/thermal/intel_powerclamp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/thermal/intel_powerclamp.c b/drivers/thermal/intel_powerclamp.c index 6e017238c1fa..a42e8a39f808 100644 --- 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}, |
