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

Commit 3b004662 authored by Jinesh K. Jayakumar's avatar Jinesh K. Jayakumar
Browse files

ARM: dts: msm: Reduce GSI moderation values for AQC rings



Reduce GSI channel moderation values to lower numbers so that AQC
Rx and Tx ring sizes could be reduced further.

CRs-Fixed: 2436744
Change-Id: Iece0322dcf5804f517ac18f7ca189769861a2a56
Signed-off-by: default avatarJinesh K. Jayakumar <jineshk@codeaurora.org>
parent d7e13e27
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -54,13 +54,13 @@
		qcom,rx-proxy = <&atd_proxy_host>,
				<&atd_proxy_uc>;

		qcom,rx-gsi-mod-count = <250>;
		qcom,rx-gsi-mod-timer = <5000>;
		qcom,rx-gsi-mod-count = <20>;
		qcom,rx-gsi-mod-timer = <1>;

		qcom,tx-gsi-mod-count = <250>;
		qcom,tx-gsi-mod-timer = <5000>;
		qcom,tx-gsi-mod-count = <20>;
		qcom,tx-gsi-mod-timer = <1>;

		qcom,rx-mod-usecs = <50>;
		qcom,rx-mod-usecs = <30>;

		qcom,use-pci-direct;