From: Jacob Pan Date: Thu, 4 Dec 2014 18:53:43 +0000 (-0800) Subject: thermal/powerclamp: add id for braswell cpu X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=5a530ff0d88a366736ae4d1021e7358b52e55756;p=linux-beck.git thermal/powerclamp: add id for braswell cpu Braswell also has package C-states which can be used for idle injection. This patch adds Braswell CPU ID in intel powerclamp driver. Signed-off-by: Jacob Pan Signed-off-by: Zhang Rui --- diff --git a/drivers/thermal/intel_powerclamp.c b/drivers/thermal/intel_powerclamp.c index 95cb7fc20e17..b46c706e1cac 100644 --- a/drivers/thermal/intel_powerclamp.c +++ b/drivers/thermal/intel_powerclamp.c @@ -689,6 +689,7 @@ static const struct x86_cpu_id intel_powerclamp_ids[] = { { X86_VENDOR_INTEL, 6, 0x3f}, { X86_VENDOR_INTEL, 6, 0x45}, { X86_VENDOR_INTEL, 6, 0x46}, + { X86_VENDOR_INTEL, 6, 0x4c}, {} }; MODULE_DEVICE_TABLE(x86cpu, intel_powerclamp_ids);