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

Commit 48eb15f8 authored by Asutosh Das's avatar Asutosh Das Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Increase rmtfs buffer size in 8917



The rmtfs buffer size requested by modem has been changed
1.5MB in 8917.
This results in a mismatch of requested buffer size
and allowable buffer size, thus causing an error and a
modem crash.

CRs-fixed: 1024120
Change-Id: I0d6a17e3a07532c4dabc6dd3bca7269bae0cb512
Signed-off-by: default avatarAsutosh Das <asutoshd@codeaurora.org>
parent 2ca3df6e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -212,7 +212,7 @@

	qcom,rmtfs_sharedmem@00000000 {
		compatible = "qcom,sharedmem-uio";
		reg = <0x00000000 0x00e0000>;
		reg = <0x00000000 0x00180000>;
		reg-names = "rmtfs";
		qcom,client-id = <0x00000001>;
	};