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

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

ARM: dts: msm: Enable remotefs for lito



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: I4722845cd6edfbb7de66652c5f77781439673b93
Signed-off-by: default avatarAnkit Jain <jankit@codeaurora.org>
parent 7e804921
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -903,6 +903,13 @@
				  <WAKE_TCS    1>,
				  <CONTROL_TCS 0>;
	};

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

#include "lito-pinctrl.dtsi"