diff options
author | Len Brown <len.brown@intel.com> | 2016-04-06 17:00:59 -0400 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2016-04-07 22:11:08 +0200 |
commit | 3ce093d4de753d6c92cc09366e29d0618a62f542 (patch) | |
tree | 654bdb65805f4efaa09888bd3187c5a57308d99e /drivers/idle | |
parent | f9e71657c2c0a8f1c50884ab45794be2854e158e (diff) | |
download | linux-3ce093d4de753d6c92cc09366e29d0618a62f542.tar.gz linux-3ce093d4de753d6c92cc09366e29d0618a62f542.tar.bz2 linux-3ce093d4de753d6c92cc09366e29d0618a62f542.zip |
intel_idle: Add KBL support
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>
Diffstat (limited to 'drivers/idle')
-rw-r--r-- | drivers/idle/intel_idle.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/idle/intel_idle.c b/drivers/idle/intel_idle.c index 4677c3da03a0..c6935de425fa 100644 --- 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), {} |