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

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

ARM: dts: msm: Enable remotefs for SM6150



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: Ibb31568ac72aed06d67a440ed5c97bc818ffc3db
Signed-off-by: default avatarAnkit Jain <jankit@codeaurora.org>
parent 388feff2
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -2428,6 +2428,15 @@
		vdd-3.3-ch0-supply = <&pm6150l_l10>;
		qcom,vdd-0.8-cx-mx-config = <640000 640000>;
	};

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

};

#include "pm6150.dtsi"