Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1c939123 authored by Kristen Carlson Accardi's avatar Kristen Carlson Accardi Committed by Rafael J. Wysocki
Browse files

intel_pstate: Add SKY-S support



Whitelist the SKL-S processor

Signed-off-by: default avatarKristen Carlson Accardi <kristen@linux.intel.com>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent 144c8e17
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -908,6 +908,7 @@ static const struct x86_cpu_id intel_pstate_cpu_ids[] = {
	ICPU(0x4c, byt_params),
	ICPU(0x4c, byt_params),
	ICPU(0x4e, core_params),
	ICPU(0x4e, core_params),
	ICPU(0x4f, core_params),
	ICPU(0x4f, core_params),
	ICPU(0x5e, core_params),
	ICPU(0x56, core_params),
	ICPU(0x56, core_params),
	ICPU(0x57, knl_params),
	ICPU(0x57, knl_params),
	{}
	{}