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>
This commit is contained in:
parent
4f1f60e00d
commit
80240ba72a
1 changed files with 7 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue