diff options
| author | Sahitya Tummala <stummala@codeaurora.org> | 2016-12-12 13:38:22 +0530 |
|---|---|---|
| committer | Sahitya Tummala <stummala@codeaurora.org> | 2016-12-16 06:50:32 +0530 |
| commit | 8599d43e8a6804fea1b9e1f56456287b75d8a45c (patch) | |
| tree | 4ccb034e4f47cbc5d82765b947c77223e326f7f0 | |
| parent | a80e267a8c0d61790c3d1d5f7181ebd1be39c438 (diff) | |
ARM: dts: msm: Add remote fs device node on msmfalcon
It is needed to enable remote file system on modem processor, which
needs access to store data onto eMMC/UFS device.
The shared memory size used by modem and apps for this purpose is 2MB
on msmfalcon.
Change-Id: Id0cdd7f27b42c261966bb5e92d8229fa234445c4
Signed-off-by: Sahitya Tummala <stummala@codeaurora.org>
| -rw-r--r-- | arch/arm/boot/dts/qcom/msmfalcon.dtsi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/qcom/msmfalcon.dtsi b/arch/arm/boot/dts/qcom/msmfalcon.dtsi index 572a896ad795..97944307f8f3 100644 --- a/arch/arm/boot/dts/qcom/msmfalcon.dtsi +++ b/arch/arm/boot/dts/qcom/msmfalcon.dtsi @@ -977,6 +977,13 @@ }; }; + qcom,rmtfs_sharedmem@0 { + compatible = "qcom,sharedmem-uio"; + reg = <0x0 0x200000>; + reg-names = "rmtfs"; + qcom,client-id = <0x00000001>; + }; + qcom,rmnet-ipa { compatible = "qcom,rmnet-ipa"; qcom,rmnet-ipa-ssr; |
