Merge "ARM: dts: msm: Add remoteproc glink changes for soccp"

This commit is contained in:
qctecmdr
2023-12-19 22:23:39 -08:00
committed by Gerrit - the friendly Code Review server

View File

@@ -3228,6 +3228,28 @@
/* Outputs to soccp */ /* Outputs to soccp */
qcom,smem-states = <&soccp_smp2p_out 0>, <&soccp_smp2p_out 10>, <&soccp_smp2p_out 9>; qcom,smem-states = <&soccp_smp2p_out 0>, <&soccp_smp2p_out 10>, <&soccp_smp2p_out 9>;
qcom,smem-state-names = "stop", "wakeup", "sleep"; qcom,smem-state-names = "stop", "wakeup", "sleep";
glink-edge {
qcom,remote-pid = <19>;
transport = "smem";
mboxes = <&ipcc_mproc IPCC_CLIENT_SOCCP
IPCC_MPROC_SIGNAL_GLINK_QMP>;
mbox-names = "soccp_smem";
interrupt-parent = <&ipcc_mproc>;
interrupts = <IPCC_CLIENT_SOCCP
IPCC_MPROC_SIGNAL_GLINK_QMP
IRQ_TYPE_EDGE_RISING>;
label = "soccp";
qcom,glink-label = "soccp";
qcom,soccp_qrtr {
qcom,glink-channels = "IPCRTR";
qcom,intents = <0x800 5
0x2000 3
0x4400 2>;
};
};
}; };
}; };