From 8599d43e8a6804fea1b9e1f56456287b75d8a45c Mon Sep 17 00:00:00 2001 From: Sahitya Tummala Date: Mon, 12 Dec 2016 13:38:22 +0530 Subject: 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 --- arch/arm/boot/dts/qcom/msmfalcon.dtsi | 7 +++++++ 1 file changed, 7 insertions(+) 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; -- cgit v1.2.3