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

Commit 75c1e2ec authored by Ankit Jain's avatar Ankit Jain Committed by Adam Bickett
Browse files

ARM: dts: msm: Enable remotefs



Enable remote file system on modem processor, which
needs access to store data onto eMMC/UFS device.
The shared memory size used by modem and apps for this purpose is 2MB.

Change-Id: I4afdea7974c4e801b9c664c16105fc2c9a6ea1cd
Signed-off-by: default avatarAnkit Jain <jankit@codeaurora.org>
parent a561eb7c
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -638,6 +638,13 @@
		mbox-names = "qdss_clk";
		#clock-cells = <1>;
	};

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

&emac_gdsc {