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

Commit 7def37ad authored by Vladimir Razgulin's avatar Vladimir Razgulin
Browse files

ARM: dt: apq8084: Change the gpu vote for the bus bandwidth



Use 200 as the lowest gpu vote for the bus bandwidth.

Change-Id: I014fce75b5eb85fd028a755e77f0287e76f1d198
Signed-off-by: default avatarVladimir Razgulin <vrazguli@codeaurora.org>
parent f75c756e
Loading
Loading
Loading
Loading
+7 −8
Original line number Diff line number Diff line
@@ -32,13 +32,12 @@
		/* Bus Scale Settings */
		qcom,bus-control;
		qcom,msm-bus,name = "grp3d";
		qcom,msm-bus,num-cases = <16>;
		qcom,msm-bus,num-cases = <15>;
		qcom,msm-bus,num-paths = <2>;
		qcom,msm-bus,vectors-KBps =
				<26 512 0 0>, <89 662 0 0>,
				<26 512 0 3200000>,  <89 662 0 3200000>,     // 200

				<26 512 0 4147200>,  <89 662 0 3200000>,     // gpu=240 bus=259.2
				<26 512 0 3200000>,  <89 662 0 3200000>,     // gpu=240 bus=200
				<26 512 0 4915200>,  <89 662 0 3200000>,     // gpu=240 bus=307.2
				<26 512 0 6297600>,  <89 662 0 3200000>,     // gpu=240 bus=393.6

@@ -82,35 +81,35 @@
			qcom,gpu-pwrlevel@0 {
				reg = <0>;
				qcom,gpu-freq = <600000000>;
				qcom,bus-freq = <15>;
				qcom,bus-freq = <14>;
				qcom,io-fraction = <33>;
			};

			qcom,gpu-pwrlevel@1 {
				reg = <1>;
				qcom,gpu-freq = <500000000>;
				qcom,bus-freq = <12>;
				qcom,bus-freq = <11>;
				qcom,io-fraction = <66>;
			};

			qcom,gpu-pwrlevel@2 {
				reg = <2>;
				qcom,gpu-freq = <389000000>;
				qcom,bus-freq = <9>;
				qcom,bus-freq = <8>;
				qcom,io-fraction = <66>;
			};

			qcom,gpu-pwrlevel@3 {
				reg = <3>;
				qcom,gpu-freq = <300000000>;
				qcom,bus-freq = <6>;
				qcom,bus-freq = <5>;
				qcom,io-fraction = <100>;
			};

			qcom,gpu-pwrlevel@4 {
				reg = <4>;
				qcom,gpu-freq = <240000000>;
				qcom,bus-freq = <3>;
				qcom,bus-freq = <2>;
				qcom,io-fraction = <100>;
			};