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

Commit fd4d8487 authored by Taniya Das's avatar Taniya Das
Browse files

ARM: dts: msm: Add support for Turbo frequency for MSM8909w



Add the corresponding turbo fmax frequency for speed bin 0 & 2 and also
update the cpu freqeuncy node.

Change-Id: Ibd3204cdc906053093dc9f719585e626cd70f86e
Signed-off-by: default avatarTaniya Das <tdas@codeaurora.org>
parent ebb5ca6d
Loading
Loading
Loading
Loading
+10 −4
Original line number Diff line number Diff line
@@ -31,11 +31,13 @@
		qcom,enable-opp;
		qcom,speed0-bin-v0 =
			<          0 0>,
			<  800000000 4>;
			<  800000000 4>,
			< 1267200000 9>;

		qcom,speed2-bin-v0 =
			<          0 0>,
			<  800000000 4>;
			<  800000000 4>,
			< 1094400000 6>;
		#clock-cells = <1>;
	};

@@ -50,7 +52,9 @@
		clock-names = "cpu0_clk", "cpu1_clk",
				"cpu2_clk", "cpu3_clk";
		qcom,cpufreq-table =
			 <  800000 >;
			 <  800000 >,
			 < 1094400 >,
			 < 1267200 >;
	};

	/delete-node/ qcom,cpubw;
@@ -70,7 +74,9 @@
		cpubw-cpufreq {
			target-dev = <&cpubw>;
			cpu-to-dev-map =
				 <  800000  2929>;
				 <  800000  2929>,
				 < 1094400  2929>,
				 < 1267200  2929>;
		};
	};
};