Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fc6a0aa8 authored by Nikhilesh Reddy's avatar Nikhilesh Reddy
Browse files

ARM: dts: mdm: Add rmts node for mdmcalifornium emmc



Add rmts node to mdmcalifornium emmc for dynamic shared
ram allocation.

Change-Id: Ib21a98c35bec291665f5c8e30473e038220f7a87
Signed-off-by: default avatarNikhilesh Reddy <reddyn@codeaurora.org>
parent 2cf362fe
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -19,4 +19,11 @@
	compatible = "qcom,mdmcalifornium-cdp", "qcom,mdmcalifornium",
		     "qcom,cdp";
	qcom,board-id = <1 0x00030000>;

	qcom,rmtfs_sharedmem@0 {
		compatible = "qcom,sharedmem-uio";
		reg = <0x0 0x00100000>;
		reg-names = "rmtfs";
		qcom,client-id = <0x00000001>;
	};
};