diff options
| author | Sahitya Tummala <stummala@codeaurora.org> | 2017-01-24 11:23:13 +0530 |
|---|---|---|
| committer | Sahitya Tummala <stummala@codeaurora.org> | 2017-01-24 11:23:13 +0530 |
| commit | 80240ba72a451f7034cd8bbd85f83991f2d34f0f (patch) | |
| tree | 37a11d7acb3f805f2c83116ea260c8dd571a1b01 /arch | |
| parent | 4f1f60e00d6a434232e6fdc048d072296c24fb45 (diff) | |
ARM: dts: msm: Add remote fs device node on sdm630
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 sdm630.
Change-Id: Ib41f8c542e10add6ec5d77632a104028e51e6b8c
Signed-off-by: Sahitya Tummala <stummala@codeaurora.org>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/boot/dts/qcom/sdm630.dtsi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/qcom/sdm630.dtsi b/arch/arm/boot/dts/qcom/sdm630.dtsi index 5002a11652ae..7d9da529fdf2 100644 --- a/arch/arm/boot/dts/qcom/sdm630.dtsi +++ b/arch/arm/boot/dts/qcom/sdm630.dtsi @@ -908,6 +908,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; |
