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

Commit c70f5e8b authored by tharun kumar's avatar tharun kumar Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Remove cdsp context banks for SDM636



Remove the context banks of cdsp from fastrpc device node
for SDM636

Change-Id: I9a238ad21f253da3c4f707a71009e02e9660ed1b
Acked-by: default avatarChenna Kesava Raju <chennak@qti.qualcomm.com>
Signed-off-by: default avatarTharun Kumar Merugu <mtharu@codeaurora.org>
parent 0859d3c0
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -18,3 +18,18 @@
	qcom,msm-id = <345 0x0>;

};

&soc {
	/delete-node/ arm,smmu-turing_q6@5180000;
	qcom,msm_fastrpc {
		/delete-node/ qcom,msm_fastrpc_compute_cb5;
		/delete-node/ qcom,msm_fastrpc_compute_cb6;
		/delete-node/ qcom,msm_fastrpc_compute_cb7;
		/delete-node/ qcom,msm_fastrpc_compute_cb8;
		/delete-node/ qcom,msm_fastrpc_compute_cb9;
		/delete-node/ qcom,msm_fastrpc_compute_cb10;
		/delete-node/ qcom,msm_fastrpc_compute_cb11;
		/delete-node/ qcom,msm_fastrpc_compute_cb12;
		/delete-node/ qcom,msm_fastrpc_compute_cb13;
	};
};