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

Commit 877b3cd1 authored by Utkarsh Saxena's avatar Utkarsh Saxena Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Modify IPA poll parameters for MSM8940



Throughput KPI's are impacted with the current poll parameters.
Make a change to use 2ms poll sleep and 5 empty poll iterations
which satisfies both power and performance kpi's.

Change-Id: Ic64f1e682de6fc0eb98ae28b7f9b27d086b5b3ed
Acked-by: default avatarChaitanya Pratapa <cpratapa@qti.qualcomm.com>
Signed-off-by: default avatarUtkarsh Saxena <usaxena@codeaurora.org>
parent 86691680
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -155,8 +155,8 @@
		<90 512 100000 800000>, /* SVS (ab=100, ib=800 ~ 50MHz) */
		<90 512 100000 1200000>; /* PERF (ab=100, ib=1200 ~ 75MHz) */
		qcom,bus-vector-names = "MIN", "SVS", "PERF";
		qcom,rx-polling-sleep-ms = <3>; /* Polling sleep interval */
		qcom,ipa-polling-iteration = <15>;	/* Polling Iteration */
		qcom,rx-polling-sleep-ms = <2>; /* Polling sleep interval */
		qcom,ipa-polling-iteration = <5>;	/* Polling Iteration */
	};

	qcom,rmnet-ipa {