OSDN Git Service

ARM: dts: msm: Add remote fs device node on sdm630
authorSahitya Tummala <stummala@codeaurora.org>
Tue, 24 Jan 2017 05:53:13 +0000 (11:23 +0530)
committerSahitya Tummala <stummala@codeaurora.org>
Tue, 24 Jan 2017 05:53:13 +0000 (11:23 +0530)
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>
arch/arm/boot/dts/qcom/sdm630.dtsi

index 5002a11..7d9da52 100644 (file)
                };
        };
 
+       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;