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

Commit 41e4bb34 authored by Jinesh K. Jayakumar's avatar Jinesh K. Jayakumar Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Reduce AQC ring size with PCIe switch on sdxprairie



Reduce AQC ring size for PCIe switch use case in order to conserve
memory for use by other PCIe end-points.

Change-Id: If031877a4b83c9607e417102bddc15e48159de4e
Signed-off-by: default avatarJinesh K. Jayakumar <jineshk@codeaurora.org>
parent c2c750f8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -144,14 +144,14 @@
				<&aqo_proxy_uc>;
		qcom,rx-proxy-mode = "counter";

		qcom,rx-ring-size = <4096>;
		qcom,rx-ring-size = <512>;
		qcom,rx-buff-size = <2048>;
		qcom,rx-int-mod-usecs = <64>;

		qcom,rx-gsi-mod-pc = <10>;
		qcom,rx-gsi-mod-timer = <32>;

		qcom,tx-ring-size = <4096>;
		qcom,tx-ring-size = <512>;
		qcom,tx-buff-size = <2048>;
		qcom,tx-wrb-mod-pc = <25>;