From 80240ba72a451f7034cd8bbd85f83991f2d34f0f Mon Sep 17 00:00:00 2001 From: Sahitya Tummala Date: Tue, 24 Jan 2017 11:23:13 +0530 Subject: [PATCH] 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 --- arch/arm/boot/dts/qcom/sdm630.dtsi | 7 +++++++ 1 file changed, 7 insertions(+) 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;