ARM: dts: msm: Add WPSS glink edge node for Tuna
Add WPSS glink edge node for remoteproc communication on Tuna Soc. Change-Id: Iaa54dcbfe6040ac53dde618008f5e598bb27c9d9 Signed-off-by: Pranav Mahesh Phansalkar <quic_pphansal@quicinc.com>
This commit is contained in:
@@ -1114,6 +1114,30 @@
|
||||
/* Outputs to wpss */
|
||||
qcom,smem-states = <&wpss_smp2p_out 0>;
|
||||
qcom,smem-state-names = "stop";
|
||||
|
||||
glink-edge {
|
||||
qcom,remote-pid = <13>;
|
||||
transport = "smem";
|
||||
mboxes = <&ipcc_mproc IPCC_CLIENT_WPSS
|
||||
IPCC_MPROC_SIGNAL_GLINK_QMP>;
|
||||
mbox-names = "wpss_smem";
|
||||
interrupt-parent = <&ipcc_mproc>;
|
||||
interrupts = <IPCC_CLIENT_WPSS
|
||||
IPCC_MPROC_SIGNAL_GLINK_QMP
|
||||
IRQ_TYPE_EDGE_RISING>;
|
||||
|
||||
label = "wpss";
|
||||
qcom,glink-label = "wpss";
|
||||
|
||||
qcom,wpss_qrtr {
|
||||
qcom,glink-channels = "IPCRTR";
|
||||
qcom,intents = <0x800 5
|
||||
0x2000 3
|
||||
0x4400 2>;
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
clocks {
|
||||
|
Reference in New Issue
Block a user