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

Commit d8f0610a authored by Praneeth Paladugu's avatar Praneeth Paladugu
Browse files

ARM: dts: msm: Fix the maximum supported venus clock value



Maximum supported clock value for Venus is 266670000. This
value is wrongly rounded to 266700000. This change fixes
the same.

Change-Id: I59d72b016019d132398a5ee08a2a45ed1ab487a0
Signed-off-by: default avatarPraneeth Paladugu <ppaladug@codeaurora.org>
parent 50b7ecb7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -164,7 +164,7 @@
		interrupts = <0 44 0>;
		qcom,clock-names = "core_clk", "iface_clk", "bus_clk", "mem_clk";
		qcom,clock-configs = <0x3 0x0 0x0 0x0>;
		qcom,load-freq-tbl = <489600 266700000>,
		qcom,load-freq-tbl = <489600 266670000>,
			<244800 133330000>,
			<108000 100000000>,
			<36000   50000000>;