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

Commit 0eba5e74 authored by Brahmaji K's avatar Brahmaji K Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: update crypto clock frequencies for MSM8909w



Update QSEE clock frequency values as QSEE is putting the AB value
with 393.6 Mbps and IB value with 3936 Mbps which resulting the high
clock values.

Change-Id: I3df51e6e7f3eeadc99c407c441458a741643ce48
Signed-off-by: default avatarBrahmaji K <bkomma@codeaurora.org>
parent 424ba5c3
Loading
Loading
Loading
Loading
+20 −0
Original line number Diff line number Diff line
@@ -80,3 +80,23 @@
		};
	};
};

&qcom_crypto {
	qcom,msm-bus,vectors-KBps =
		<55 512 0 0>,
		<55 512 393600 393600>; /* 49.2MHz & 49.2MHz */
};

&qcom_cedev {
	qcom,msm-bus,vectors-KBps =
		<55 512 0 0>,
		<55 512 393600 393600>; /* 49.2MHz & 49.2MHz */
};

&qcom_seecom {
	qcom,msm-bus,vectors-KBps =
		<55 512 0 0>,
		<55 512 0 0>,
		<55 512 196800 196800>,
		<55 512 393600 393600>;
};