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

Commit 37a88a2d authored by Sanjay Singh's avatar Sanjay Singh Committed by Gerrit - the friendly Code Review server
Browse files

vidc: dts: Removed turbo frequency for qm215



qm215 supports venus frequency till NOM. Therefore, Max frequency
clipped to NOM.

Change-Id: I69a798e2fa357344ccb629c421903377337fc856
Signed-off-by: default avatarSanjay Singh <sisanj@codeaurora.org>
parent c73cdda4
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -17,3 +17,10 @@
	compatible = "qcom,qm215";
	qcom,msm-id = <386 0x0>;
};

&soc {
	qcom,vidc@1d00000 {
		qcom,allowed-clock-rates = <329140000 329140000
					308570000 270000000 200000000>;
	};
};