Skip to content

Commit df83755

Browse files
Mao Jinlongjiegan0107
authored andcommitted
FROMLIST: arm64: dts: qcom: msm8996: Add coresight qmi node
coresight qmi nodes is to init the qmi connection to remote subsystem. qcom,qmi-id is used by remote etm driver to get the remote subsystem connection and send the request. Link: https://lore.kernel.org/all/20250424115854.2328190-6-quic_jinlmao@quicinc.com/ Signed-off-by: Mao Jinlong <quic_jinlmao@quicinc.com>
1 parent c39e88d commit df83755

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

arch/arm64/boot/dts/qcom/msm8996.dtsi

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,15 @@
4040
};
4141
};
4242

43+
coresight-qmi {
44+
compatible = "qcom,coresight-qmi";
45+
46+
conns-0 {
47+
qmi-id = <0x2>;
48+
service-id = <0x33>;
49+
};
50+
};
51+
4352
cpus {
4453
#address-cells = <2>;
4554
#size-cells = <0>;
@@ -448,6 +457,8 @@
448457
etm {
449458
compatible = "qcom,coresight-remote-etm";
450459

460+
qcom,qmi-id = <0x2>;
461+
451462
out-ports {
452463
port {
453464
modem_etm_out_funnel_in2: endpoint {

0 commit comments

Comments
 (0)