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

Commit c620daa7 authored by Jayant Shekhar's avatar Jayant Shekhar
Browse files

ARM: dts: msm: update MDP Bandwidth settings for msm8937



Update the max bandwidth and per pipe bandwidth settings
in MDSS DT as per recommendation from systems team.

Change-Id: Idf820393d6fd113b69bd1d21ebaf0dcf48d9be0d
Signed-off-by: default avatarJayant Shekhar <jshekhar@codeaurora.org>
parent d70d0441
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -47,9 +47,14 @@
						<0xff00>;

		qcom,mdss-mdp-reg-offset = <0x00001000>;
		qcom,max-bandwidth-low-kbps = <2300000>;
		qcom,max-bandwidth-high-kbps = <2300000>;
		qcom,max-bandwidth-low-kbps = <4000000>;
		qcom,max-bandwidth-high-kbps = <4000000>;
		qcom,max-bandwidth-per-pipe-kbps = <2300000>;

		/* Bandwidth limit settings */
		qcom,max-bw-settings = <1 4000000>,	/* Default */
				       <2 2300000>;	/* Camera */

		qcom,max-clk-rate = <320000000>;
		qcom,mdss-default-ot-rd-limit = <32>;
		qcom,mdss-default-ot-wr-limit = <16>;