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

Commit 018bf528 authored by Jonathan Avila's avatar Jonathan Avila
Browse files

ARM: dts: msm: Allow mincpubw to go 1GHz on sdm845 v2



Currently, mincpubw will only scale up to 681 MHz.  Change this upper
bound to 1017 MHz.

Change-Id: I7f15c2f78b0e8d1d30bf5c1a9977e76323657622
Signed-off-by: default avatarJonathan Avila <avilaj@codeaurora.org>
parent 3fafba6f
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -263,7 +263,7 @@
	mincpubw-cpufreq {
	mincpubw-cpufreq {
		cpu-to-dev-map-4 =
		cpu-to-dev-map-4 =
			< 1881600 MHZ_TO_MBPS(200, 4) >,
			< 1881600 MHZ_TO_MBPS(200, 4) >,
			< 2400000 MHZ_TO_MBPS(681, 4) >;
			< 2400000 MHZ_TO_MBPS(1017, 4) >;
	};
	};
};
};