diff options
| author | Ankit Jain <jankit@codeaurora.org> | 2018-07-09 15:39:52 +0530 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2018-08-16 18:49:14 -0700 |
| commit | 57bafa43613a486c6c4088a5bfc8375d09180f4f (patch) | |
| tree | 2b01c8bc0528c4ebd502eacfd7285bdd2194dcd0 /arch | |
| parent | 7b270ed1989f7dc0d9a2cd05fca0aaa5007550d4 (diff) | |
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>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/boot/dts/qcom/sdm660.dtsi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/qcom/sdm660.dtsi b/arch/arm/boot/dts/qcom/sdm660.dtsi index 30d23cb160f5..89763eb720e2 100644 --- a/arch/arm/boot/dts/qcom/sdm660.dtsi +++ b/arch/arm/boot/dts/qcom/sdm660.dtsi @@ -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 { |
