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

Commit 5a380b4e authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "clk: qcom: clk-cpu-osm: Notify the current frequency to the topology driver"

parents 0ff319fe 2b43e3b0
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -532,6 +532,9 @@ osm_cpufreq_target_index(struct cpufreq_policy *policy, unsigned int index)
	struct clk_osm *c = policy->driver_data;

	osm_set_index(c, index, c->core_num);
	arch_set_freq_scale(policy->related_cpus,
			    policy->freq_table[index].frequency,
			    policy->cpuinfo.max_freq);
	return 0;
}