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:
Nikhilesh Reddy 2016-02-23 17:30:56 -08:00 committed by David Keitel
parent dd5635cc18
commit 29a9db20f4

View file

@ -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";
}; };