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:
parent
7b270ed198
commit
57bafa4361
1 changed files with 3 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue