summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorLen Brown <len.brown@intel.com>2015-02-10 23:42:03 +0300
committerSasha Levin <sasha.levin@oracle.com>2015-08-27 20:26:06 +0300
commit5a59e7240b35d84ef75ba154afb17af97579900a (patch)
treef259e3a764db864104a97569a2e9dc992e471f2c /drivers
parent7ff9eeca341ace0ba30599ee5ab195e9b0f44550 (diff)
downloadlinux-5a59e7240b35d84ef75ba154afb17af97579900a.tar.xz
intel_idle: support additional Broadwell model
[ Upstream commit bea57077e44ec9c1e6d3a3c142c8a3c0289e290d ] Signed-off-by: Len Brown <len.brown@intel.com> Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/idle/intel_idle.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/idle/intel_idle.c b/drivers/idle/intel_idle.c
index 9b7ee7e427df..4a8a1d922e0f 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),
{}