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

Commit 2f99fe33 authored by msdx321's avatar msdx321 Committed by Harshit Jain
Browse files

clk: qcom: clk-cpu-osm: Set min freq to 576MHz



Signed-off-by: default avatarmsdx321 <msdx321@gmail.com>
Signed-off-by: default avatarYaroslav Furman <yaro330@gmail.com>
parent 99a974d4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -740,7 +740,7 @@ static int osm_cpufreq_cpu_init(struct cpufreq_policy *policy)
		if (!osm_dt_find_freq(of_table, of_len, table[i].frequency))
			table[i].frequency = CPUFREQ_ENTRY_INVALID;

		if (core_count == SINGLE_CORE_COUNT)
		if (core_count == SINGLE_CORE_COUNT || table[i].frequency < 576000)
			table[i].frequency = CPUFREQ_ENTRY_INVALID;

		/* Two of the same frequencies means end of table */