ARM: dts: msm: Add IMS channel GLINK nodes for tuna

Add Glink Pkt nodes for Ims_dc_sub1 and Ims_dc_sub2
channels for Tuna. Add the nodes and corresponding channel
devices to enable GLINK communication from userspace.

Change-Id: I8473c5c505bd75b2d2abfd5c8a601cd86121d1f7
Signed-off-by: Sarannya S <quic_sarannya@quicinc.com>
This commit is contained in:
Sarannya S
2024-11-27 16:21:25 +05:30
parent 9b93498e07
commit 2f8a55af97

View File

@@ -1201,6 +1201,20 @@
qcom,glinkpkt-ch-name = "bt_cp_ctrl";
qcom,glinkpkt-dev-name = "bt_cp_ctrl";
};
qcom,glinkpkt-ims-sub-1 {
qcom,glinkpkt-edge = "mpss";
qcom,glinkpkt-ch-name = "Ims_dc_sub1";
qcom,glinkpkt-dev-name = "ims_dc_sub1";
qcom,glinkpkt-enable-ch-close;
};
qcom,glinkpkt-ims-sub-2 {
qcom,glinkpkt-edge = "mpss";
qcom,glinkpkt-ch-name = "Ims_dc_sub2";
qcom,glinkpkt-dev-name = "ims_dc_sub2";
qcom,glinkpkt-enable-ch-close;
};
};
sys-pm-vx@c320000 {