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

Commit f867a0a2 authored by Krishna Manikandan's avatar Krishna Manikandan Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: update max value of mdp clock for trinket



Maximum supported value of mdp clock is 400MHz. Update the
value of the same for trinket.

Change-Id: I9f00c0cfc04f4422b0a4c4eb1d1422a420799860
Signed-off-by: default avatarKrishna Manikandan <mkrishn@codeaurora.org>
parent e80972da
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -35,8 +35,10 @@
		clock-names = "gcc_iface", "gcc_bus", "throttle_clk", "div_clk",
				"iface_clk", "core_clk", "vsync_clk",
				"lut_clk", "rot_clk";
		clock-rate = <0 0 0 0 0 256000000 19200000 192000000>;
		clock-max-rate = <0 0 0 0 0 307000000 19200000 307000000>;
		clock-rate = <0 0 0 0 0 256000000 19200000 192000000
						 192000000>;
		clock-max-rate = <0 0 0 0 0 400000000 19200000 400000000
						307200000>;
		qcom,dss-cx-ipeak = <&cx_ipeak_lm 1>;

		sde-vdd-supply = <&mdss_core_gdsc>;