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

Commit 03690cda 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 8937



The rmtfs buffer size requested by modem has been changed
1.5MB in 8937.
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: Idef07dc305543379513ea9c62ea152b71ea7583f
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
@@ -205,7 +205,7 @@

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