ARM: dts: msm: Add audio-qmi dev node for audio_etm0 on monaco

On kernel-6.6, QMI feature used by coresight needs to be abstracted
as a device. Add audio-qmi dev node for audio_etm0 to support QMI
feature.

Change-Id: Ie66ef820b6cc7cdaff2cc516753ece87de4f9607
Signed-off-by: Xiaoqi Zhuang <quic_xiaozhua@quicinc.com>
This commit is contained in:
Xiaoqi Zhuang
2024-06-25 15:32:12 +08:00
parent bb7c60c9db
commit 7371da0815

View File

@@ -135,14 +135,39 @@
coresight-name = "coresight-audio-etm0"; coresight-name = "coresight-audio-etm0";
atid = <40>; atid = <40>;
qcom,inst-id = <5>;
out-ports { out-ports {
port { port@0 {
reg = <0>;
audio_etm0_out_funnel_lpass: endpoint { audio_etm0_out_funnel_lpass: endpoint {
remote-endpoint = remote-endpoint =
<&funnel_lpass_in_audio_etm0>; <&funnel_lpass_in_audio_etm0>;
}; };
}; };
port@1 {
reg = <1>;
audio_etm0_out_qmi: endpoint {
remote-endpoint =
<&qmi_in_audio_etm0>;
};
};
};
};
audio-qmi {
compatible = "qcom,coresight-qmi";
coresight-name = "coresight-qmi-auido";
qcom,inst-id = <5>;
in-ports {
port {
qmi_in_audio_etm0: endpoint {
remote-endpoint =
<&audio_etm0_out_qmi>;
};
};
}; };
}; };