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

Commit ba1dc361 authored by Nikhilesh Reddy's avatar Nikhilesh Reddy
Browse files

ARM: dts: msm: Increase the rmts shared ram to 2 MB in 8996



Increase the rmts shared ram size from 1.5 MB to 2 MB since
there is a need for a larger modem filesystem in 8996.

Change-Id: I05ed9e169b1ff797303a0028ad1e671feb3fa2c2
Signed-off-by: default avatarNikhilesh Reddy <reddyn@codeaurora.org>
parent 8c550138
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -711,9 +711,9 @@
		#clock-cells = <1>;
	};

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