ARM: dts: msm: Add rmts shared memory node for msmcobalt
Add rmts shared memory node for msmcobalt to support EFS on the modem. CRs-Fixed: 980874 Change-Id: Ic869dd739f7efd880d574bcc1f730d9d04d9c456 Signed-off-by: Nikhilesh Reddy <reddyn@codeaurora.org>
This commit is contained in:
parent
dd5635cc18
commit
29a9db20f4
1 changed files with 7 additions and 0 deletions
|
@ -581,6 +581,13 @@
|
||||||
#clock-cells = <1>;
|
#clock-cells = <1>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
qcom,rmtfs_sharedmem@0 {
|
||||||
|
compatible = "qcom,sharedmem-uio";
|
||||||
|
reg = <0x0 0x00200000>;
|
||||||
|
reg-names = "rmtfs";
|
||||||
|
qcom,client-id = <0x00000001>;
|
||||||
|
};
|
||||||
|
|
||||||
qcom,msm_gsi {
|
qcom,msm_gsi {
|
||||||
compatible = "qcom,msm_gsi";
|
compatible = "qcom,msm_gsi";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue