Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Len Brown and committed by
Rafael J. Wysocki
3ce093d4 f9e71657

+2
+2
drivers/idle/intel_idle.c
··· 981 981 ICPU(0x56, idle_cpu_bdw), 982 982 ICPU(0x4e, idle_cpu_skl), 983 983 ICPU(0x5e, idle_cpu_skl), 984 + ICPU(0x8e, idle_cpu_skl), 985 + ICPU(0x9e, idle_cpu_skl), 984 986 ICPU(0x55, idle_cpu_skx), 985 987 ICPU(0x57, idle_cpu_knl), 986 988 {}