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

Commit f9d1c329 authored by Zhen Kong's avatar Zhen Kong Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Update crypto BW request for FDE on msm8992



By default qcrypto driver is requesting for higher BW which falls
in turbo mode, so power numbers are higher.This patch request the
BW with the values which fall onto nominal mode on msm8992.

Change-Id: I55117401f27b9e8c8d11e70f43c58d026d59d52c
Signed-off-by: default avatarZhen Kong <zkong@codeaurora.org>
parent de4207a8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2422,7 +2422,7 @@
		qcom,msm-bus,num-paths = <1>;
		qcom,msm-bus,vectors-KBps =
				<55 512 0 0>,
				<55 512 3936000 393600>;
				<55 512 393600 393600>;
		clock-names = "core_clk_src", "iface_clk", "bus_clk";
		clocks = <&clock_rpm clk_qcrypto_ce2_clk>,
			 <&clock_rpm clk_gcc_ce2_ahb_m_clk>,
@@ -2449,7 +2449,7 @@
		qcom,msm-bus,num-paths = <1>;
		qcom,msm-bus,vectors-KBps =
				<55 512 0 0>,
				<55 512 3936000 393600>;
				<55 512 393600 393600>;
		clock-names = "core_clk_src", "iface_clk", "bus_clk";
		clocks = <&clock_rpm clk_qcedev_ce2_clk>,
			 <&clock_rpm clk_gcc_ce2_ahb_m_clk>,