Linux Power Management development
 help / color / mirror / Atom feed
* [PATCH 3/4] thermal/powerclamp: add cpu id for skylake h/s
@ 2015-07-31 15:07 Radivoje Jovanovic
  2015-08-01  0:06 ` Radivoje Jovanovic
  0 siblings, 1 reply; 2+ messages in thread
From: Radivoje Jovanovic @ 2015-07-31 15:07 UTC (permalink / raw)
  To: LKML, Linux PM, Rafael Wysocki, Len Brown; +Cc: Radivoje Jovanovic

From: Radivoje Jovanovic <radivoje.jovanovic@intel.com>

Add support for Intel Skylake H/S

Signed-off-by: Radivoje Jovanovic <radivoje.jovanovic@intel.com>
---
 drivers/thermal/intel_powerclamp.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/thermal/intel_powerclamp.c b/drivers/thermal/intel_powerclamp.c
index 5820e85..63879a1 100644
--- a/drivers/thermal/intel_powerclamp.c
+++ b/drivers/thermal/intel_powerclamp.c
@@ -698,6 +698,7 @@ static const struct x86_cpu_id intel_powerclamp_ids[] __initconst = {
 	{ X86_VENDOR_INTEL, 6, 0x4f},
 	{ X86_VENDOR_INTEL, 6, 0x56},
 	{ X86_VENDOR_INTEL, 6, 0x57},
+	{ X86_VENDOR_INTEL, 6, 0x5e},
 	{}
 };
 MODULE_DEVICE_TABLE(x86cpu, intel_powerclamp_ids);
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-08-01  0:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-31 15:07 [PATCH 3/4] thermal/powerclamp: add cpu id for skylake h/s Radivoje Jovanovic
2015-08-01  0:06 ` Radivoje Jovanovic

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox