Skip to content

Commit

Permalink
intel_pstate: Add SKY-S support
Browse files Browse the repository at this point in the history
Whitelist the SKL-S processor

Signed-off-by: Kristen Carlson Accardi <[email protected]>
Signed-off-by: Rafael J. Wysocki <[email protected]>
  • Loading branch information
kaccardi authored and rafaeljw committed Aug 7, 2015
1 parent 144c8e1 commit 1c93912
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/cpufreq/intel_pstate.c
Original file line number Diff line number Diff line change
Expand Up @@ -908,6 +908,7 @@ static const struct x86_cpu_id intel_pstate_cpu_ids[] = {
ICPU(0x4c, byt_params),
ICPU(0x4e, core_params),
ICPU(0x4f, core_params),
ICPU(0x5e, core_params),
ICPU(0x56, core_params),
ICPU(0x57, knl_params),
{}
Expand Down

0 comments on commit 1c93912

Please sign in to comment.