ARM: dts: msm: pineapple: 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 cdsp.

Change-Id: Id1e3aa0ebf13a894a9420c8a97f195bd906c4f7f
Signed-off-by: quic_anane <quic_anane@quicinc.com>
This commit is contained in:
quic_anane
2024-01-29 16:39:50 +05:30
committed by Anandu Krishnan E
parent ae18704842
commit ce6a542ad5

View File

@@ -2220,12 +2220,6 @@
0xc00 3 0xc00 3
0x2000 1>; 0x2000 1>;
}; };
qcom,msm_fastrpc_rpmsg {
compatible = "qcom,msm-fastrpc-rpmsg";
qcom,glink-channels = "fastrpcglink-apps-dsp";
qcom,intents = <0x64 64>;
};
}; };
}; };
@@ -2345,7 +2339,7 @@
qcom,smem-states = <&cdsp_smp2p_out 0>; qcom,smem-states = <&cdsp_smp2p_out 0>;
qcom,smem-state-names = "stop"; qcom,smem-state-names = "stop";
glink-edge { remoteproc_cdsp_glink: glink-edge {
qcom,remote-pid = <5>; qcom,remote-pid = <5>;
transport = "smem"; transport = "smem";
mboxes = <&ipcc_mproc IPCC_CLIENT_CDSP mboxes = <&ipcc_mproc IPCC_CLIENT_CDSP
@@ -2378,12 +2372,6 @@
qcom,qos-maxhold-ms = <20>; qcom,qos-maxhold-ms = <20>;
}; };
}; };
qcom,msm_fastrpc_rpmsg {
compatible = "qcom,msm-fastrpc-rpmsg";
qcom,glink-channels = "fastrpcglink-apps-dsp";
qcom,intents = <0x64 64>;
};
}; };
}; };