aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thermal
diff options
context:
space:
mode:
authorRadivoje Jovanovic <radivoje.jovanovic@intel.com>2015-07-31 08:07:54 -0700
committerZhang Rui <rui.zhang@intel.com>2015-08-03 23:14:25 +0800
commit35676de2164ff37209431e7e0e49a7466720d9be (patch)
treea4336b5415d2f8cc4b1fd0f78a15f02fbf222d91 /drivers/thermal
parentthermal/powerclamp: add cpu id for skylake h/s (diff)
downloadlinux-dev-35676de2164ff37209431e7e0e49a7466720d9be.tar.xz
linux-dev-35676de2164ff37209431e7e0e49a7466720d9be.zip
thermal/powerclamp: add cpu id for Skylake u/y
Add support for Intel Skylake u/y Signed-off-by: Radivoje Jovanovic <radivoje.jovanovic@intel.com> Signed-off-by: Zhang Rui <rui.zhang@intel.com>
Diffstat (limited to 'drivers/thermal')
-rw-r--r--drivers/thermal/intel_powerclamp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/thermal/intel_powerclamp.c b/drivers/thermal/intel_powerclamp.c
index 63879a10f5c5..6e017238c1fa 100644
--- a/drivers/thermal/intel_powerclamp.c
+++ b/drivers/thermal/intel_powerclamp.c
@@ -695,6 +695,7 @@ static const struct x86_cpu_id intel_powerclamp_ids[] __initconst = {
{ X86_VENDOR_INTEL, 6, 0x46},
{ X86_VENDOR_INTEL, 6, 0x4c},
{ X86_VENDOR_INTEL, 6, 0x4d},
+ { X86_VENDOR_INTEL, 6, 0x4e},
{ X86_VENDOR_INTEL, 6, 0x4f},
{ X86_VENDOR_INTEL, 6, 0x56},
{ X86_VENDOR_INTEL, 6, 0x57},