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

Commit c9387a17 authored by Sahitya Tummala's avatar Sahitya Tummala
Browse files

ARM: dts: msm: Update the rmtfs shared memory buffer size for Shima

Change the rmtfs shared memory buffer size from 2M to 2.5M as
per the requirement.

Change-Id: I7bdf98bdc39821042e543f078b06e496727bb70b
parent d428ea15
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1129,7 +1129,7 @@

	qcom,rmtfs_sharedmem@0 {
		compatible = "qcom,sharedmem-uio";
		reg = <0x0 0x200000>;
		reg = <0x0 0x280000>;
		reg-names = "rmtfs";
		qcom,client-id = <0x00000001>;
	};