projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9e7165
)
intel_idle: Add KBL support
author
Len Brown
<len.brown@intel.com>
Wed, 6 Apr 2016 21:00:59 +0000
(17:00 -0400)
committer
Rafael J. Wysocki
<rafael.j.wysocki@intel.com>
Thu, 7 Apr 2016 20:11:08 +0000
(22:11 +0200)
KBL is similar to SKL
Signed-off-by: Len Brown <len.brown@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/idle/intel_idle.c
patch
|
blob
|
history
diff --git
a/drivers/idle/intel_idle.c
b/drivers/idle/intel_idle.c
index 4677c3da03a06f6fba1ef467a0f98845f19d541f..c6935de425fa22ed2b0d08e7d55b5ae02ccde0c6 100644
(file)
--- a/
drivers/idle/intel_idle.c
+++ b/
drivers/idle/intel_idle.c
@@
-981,6
+981,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(0x55, idle_cpu_skx),
ICPU(0x57, idle_cpu_knl),
{}