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

Commit 4d76e19b authored by Akshaya Damodaran's avatar Akshaya Damodaran Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Set R8125B Rx ring size on sdxlemur

To address IPA ring index overflow/wraparound limitations,
Rx Desc size cannot be a power of 2.

Change-Id: I45894e432eaec8dc3abd8625ed8c942df6e64be3
parent 9f6342e1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@
		qcom,dir-rx;
		qcom,rx-filter-ip;

		qcom,ring-size = <1024>;
		qcom,ring-size = <1023>; /* Cannot be a power of 2 */
		qcom,buff-size = <2048>;

		qcom,mod-count-min = <32>;