]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
intel_idle: support additional Broadwell model
authorLen Brown <len.brown@intel.com>
Tue, 10 Feb 2015 20:42:03 +0000 (15:42 -0500)
committerSasha Levin <sasha.levin@oracle.com>
Thu, 27 Aug 2015 17:26:06 +0000 (13:26 -0400)
[ Upstream commit bea57077e44ec9c1e6d3a3c142c8a3c0289e290d ]

Signed-off-by: Len Brown <len.brown@intel.com>
Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
drivers/idle/intel_idle.c

index 9b7ee7e427df4f3b84cf611cf0fb0965d6a5db58..4a8a1d922e0f2db7281dbd891db1841a818dc7ab 100644 (file)
@@ -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),
        {}