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

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

ARM: dts: msm: set qcom,guard-memory property for rmtfs on sdm660



This is needed to address the XPU limitation, so that the
shared memory is not contiguous with other memory allocations
that may happen from other clients in the system.

Change-Id: Ibc9961245f32ecc63892007a3d12b7956cf63e67
Signed-off-by: default avatarAnkit Jain <jankit@codeaurora.org>
parent 7b270ed1
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -1570,11 +1570,12 @@
		};
	};

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

	qcom,rmnet-ipa {