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

Commit 5c694e1c authored by Ritesh Harjani's avatar Ritesh Harjani
Browse files

ARM: dts: msm: Add remote fs device node on sdm855



It is needed to enable remote file system on modem processor, which
needs access to store data onto eMMC/UFS device.

Change-Id: I59caf00fbf9218c9da114e2856719b982088266a
Signed-off-by: default avatarRitesh Harjani <riteshh@codeaurora.org>
parent babf2952
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -2104,6 +2104,14 @@
		qcom,iova-range = <0x0 0x100000 0x0 0x100000>;
		status = "ok";
	};

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

&emac_gdsc {