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

Commit 00bcfff7 authored by Sahitya Tummala's avatar Sahitya Tummala
Browse files

ARM: dts: msm: Update maximum bus vote for QPIC on MDM9607



With the current maximum bus voting, the PCNOC runs at 133MHz,
which pushes the system to run in turbo mode. To save power,
reduce this maximum vote of PCNOC upto 100MHz. Also, running
at turbo frequency doesn't improve performance on NAND
but will only consume more power in the use cases where
NAND is active.

Change-Id: I261d9c9a92c4314b70246041066999666aaa75f5
Signed-off-by: default avatarSahitya Tummala <stummala@codeaurora.org>
parent be05b187
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -755,7 +755,7 @@
		qcom,msm-bus,vectors-KBps =
			<91 512 0 0>,
			/* Voting for max b/w on PNOC bus for now */
			<91 512 400000 800000>;
			<91 512 400000 400000>;

		clock-names = "core_clk";
		clocks = <&clock_gcc clk_qpic_clk>;