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

Commit 649d2b80 authored by Tharun Kumar Merugu's avatar Tharun Kumar Merugu
Browse files

ARM: dts: msm: Add status property to fastRPC DT



Add status property to the device tree, to dynamically
enable or disable fastrpc and adsprpc-mem node.

Change-Id: If9c17d00a691713f6ed958af790401c1308cc6e6
Acked-by: default avatarVishnu Karthik D <vikarthi@qti.qualcomm.com>
parent d2b4d028
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1743,12 +1743,14 @@

	qcom,msm-adsprpc-mem {
		compatible = "qcom,msm-adsprpc-mem-region";
		status = "ok";
		memory-region = <&adsp_mem>;
		restrict-access;
	};

	msm_fastrpc: qcom,msm_fastrpc {
		compatible = "qcom,msm-fastrpc-compute";
		status = "ok";
		qcom,adsp-remoteheap-vmid = <22 37>;
		qcom,fastrpc-adsp-audio-pdr;
		qcom,fastrpc-adsp-sensors-pdr;