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

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

ARM: dts: msm: Enable remotefs for trinket



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: I7a4d387d7e15838e9528073958a5b54e8c3ada14
Signed-off-by: default avatarAnkit Jain <jankit@codeaurora.org>
parent f1c106bc
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -1410,6 +1410,14 @@
		#interrupt-cells = <4>;
		cell-index = <0>;
	};

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

};

#include "pmi632.dtsi"