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

Commit 8b7864d5 authored by Ankit Jain's avatar Ankit Jain Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Enable remotefs for sdmmagpie



Enable rmtfs module for 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: I82979ca71a414f6f9ea345fe93c9c61713c0be5e
Signed-off-by: default avatarAnkit Jain <jankit@codeaurora.org>
parent d8b7cb92
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -1435,6 +1435,14 @@
		mboxes = <&qmp_aop 0>;
		mbox-names = "adsp-pil";
	};

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

#include "sdmmagpie-pinctrl.dtsi"