[PATCH 1/1] intel_idle: Add KBL support
Kai-Heng Feng
kai.heng.feng at canonical.com
Wed Mar 15 04:32:54 UTC 2017
From: Len Brown <len.brown at intel.com>
KBL is similar to SKL
Signed-off-by: Len Brown <len.brown at intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki at intel.com>
(cherry picked from commit 3ce093d4de753d6c92cc09366e29d0618a62f542)
Signed-off-by: Kai-Heng Feng <kai.heng.feng at canonical.com>
---
drivers/idle/intel_idle.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/idle/intel_idle.c b/drivers/idle/intel_idle.c
index 012980a8f98c..89fd0071c7fd 100644
--- a/drivers/idle/intel_idle.c
+++ b/drivers/idle/intel_idle.c
@@ -1011,6 +1011,8 @@ static const struct x86_cpu_id intel_idle_ids[] __initconst = {
ICPU(0x56, idle_cpu_bdw),
ICPU(0x4e, idle_cpu_skl),
ICPU(0x5e, idle_cpu_skl),
+ ICPU(0x8e, idle_cpu_skl),
+ ICPU(0x9e, idle_cpu_skl),
ICPU(0x57, idle_cpu_knl),
ICPU(0x5c, idle_cpu_bxt),
{}
--
2.12.0
More information about the kernel-team
mailing list