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: Ankit Jain <jankit@codeaurora.org>
This commit is contained in:
Ankit Jain 2018-07-09 15:39:52 +05:30 committed by Gerrit - the friendly Code Review server
parent 7b270ed198
commit 57bafa4361

View file

@ -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 {