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

Commit 33fd2300 authored by Vladimir Razgulin's avatar Vladimir Razgulin
Browse files

ARM: dts: apq8084: Make 150MHz the BIMC vote floor



Added 150MHz as the lowest BIMC vote

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

				<26 512 0 2400000>,  <89 662 0 3200000>,     // gpu=240 bus=150
				<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

				<26 512 0 3200000>,  <89 662 0 4800000>,     // gpu=300 bus=200
				<26 512 0 4915200>,  <89 662 0 4800000>,     // gpu=300 bus=307.2
				<26 512 0 6297600>,  <89 662 0 4800000>,     // gpu=300 bus=393.6
				<26 512 0 8448000>,  <89 662 0 4800000>,     // gpu=300 bus=528
@@ -81,35 +83,35 @@
			qcom,gpu-pwrlevel@0 {
				reg = <0>;
				qcom,gpu-freq = <600000000>;
				qcom,bus-freq = <14>;
				qcom,bus-freq = <16>;
				qcom,io-fraction = <33>;
			};

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

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

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

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