From a454481d80f3e03ec6f465eef6631c5231989514 Mon Sep 17 00:00:00 2001 From: quic_anane Date: Thu, 11 Jan 2024 17:40:03 +0530 Subject: [PATCH] ARM: dts: msm: Remove fastrpc glink node FastRPC node is added under glink node to provide intent information. With fastrpc driver migrating to upstream driver, this property will be overlayed from out of kernel. Also update glink label for adsp and cdsp. Change-Id: Ia7463d32369e02637abe4bfab5c18cf2bc8d5b03 Signed-off-by: quic_anane --- qcom/sun.dtsi | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/qcom/sun.dtsi b/qcom/sun.dtsi index 6d1d01b7..ff8eb0d2 100644 --- a/qcom/sun.dtsi +++ b/qcom/sun.dtsi @@ -2651,7 +2651,7 @@ qcom,smem-states = <&adsp_smp2p_out 0>; qcom,smem-state-names = "stop"; - glink_edge: glink-edge { + remoteproc_adsp_glink: glink-edge { qcom,remote-pid = <2>; transport = "smem"; mboxes = <&ipcc_mproc IPCC_CLIENT_LPASS @@ -2685,12 +2685,6 @@ 0xc00 3 0x2000 1>; }; - - qcom,msm_fastrpc_rpmsg { - compatible = "qcom,msm-fastrpc-rpmsg"; - qcom,glink-channels = "fastrpcglink-apps-dsp"; - qcom,intents = <0x64 64>; - }; }; }; @@ -2809,7 +2803,7 @@ qcom,smem-states = <&cdsp_smp2p_out 0>; qcom,smem-state-names = "stop"; - glink-edge { + remoteproc_cdsp_glink: glink-edge { qcom,remote-pid = <5>; transport = "smem"; mboxes = <&ipcc_mproc IPCC_CLIENT_CDSP @@ -2843,12 +2837,6 @@ qcom,qos-maxhold-ms = <20>; }; }; - - qcom,msm_fastrpc_rpmsg { - compatible = "qcom,msm-fastrpc-rpmsg"; - qcom,glink-channels = "fastrpcglink-apps-dsp"; - qcom,intents = <0x64 64>; - }; }; };