From: Len Brown Date: Tue, 10 Feb 2015 20:42:03 +0000 (-0500) Subject: intel_idle: support additional Broadwell model X-Git-Tag: firefly_0821_release~176^2~2247^2^3~2^2 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=bea57077e44ec9c1e6d3a3c142c8a3c0289e290d;p=firefly-linux-kernel-4.4.55.git intel_idle: support additional Broadwell model Signed-off-by: Len Brown --- diff --git a/drivers/idle/intel_idle.c b/drivers/idle/intel_idle.c index 9cceacb92f9d..1bc0c170f12a 100644 --- a/drivers/idle/intel_idle.c +++ b/drivers/idle/intel_idle.c @@ -727,6 +727,7 @@ static const struct x86_cpu_id intel_idle_ids[] = { ICPU(0x46, idle_cpu_hsw), ICPU(0x4d, idle_cpu_avn), ICPU(0x3d, idle_cpu_bdw), + ICPU(0x47, idle_cpu_bdw), ICPU(0x4f, idle_cpu_bdw), ICPU(0x56, idle_cpu_bdw), {}