Skip to content

Commit 04b1d5d

Browse files
zhang-ruirafaeljw
authored andcommitted
intel_idle: add support for Jacobsville
Jacobsville uses the same C-states as Denverton. Signed-off-by: Zhang Rui <rui.zhang@intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
1 parent db10945 commit 04b1d5d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/idle/intel_idle.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1103,6 +1103,7 @@ static const struct x86_cpu_id intel_idle_ids[] __initconst = {
11031103
INTEL_CPU_FAM6(ATOM_GOLDMONT, idle_cpu_bxt),
11041104
INTEL_CPU_FAM6(ATOM_GOLDMONT_PLUS, idle_cpu_bxt),
11051105
INTEL_CPU_FAM6(ATOM_GOLDMONT_X, idle_cpu_dnv),
1106+
INTEL_CPU_FAM6(ATOM_TREMONT_X, idle_cpu_dnv),
11061107
{}
11071108
};
11081109

0 commit comments

Comments
 (0)