diff --git a/qcom/sun-coresight.dtsi b/qcom/sun-coresight.dtsi index c4da82e1..5ef76214 100644 --- a/qcom/sun-coresight.dtsi +++ b/qcom/sun-coresight.dtsi @@ -1023,15 +1023,24 @@ compatible = "arm,coresight-dummy-source"; coresight-name = "coresight-modem-diag"; - atid = <50>; - + qcom,atid-num = <1>; + trace-name = "modem-diag"; out-ports { - port { + port@0 { + reg = <0>; modem_diag_out_funnel_modem_q6: endpoint { remote-endpoint = <&funnel_modem_q6_in_modem_diag>; }; }; + + port@1 { + reg = <1>; + modem_diag_out_qmi: endpoint { + remote-endpoint = + <&qmi_in_modem_diag>; + }; + }; }; }; @@ -4096,7 +4105,6 @@ reg-names = "stm-base", "stm-stimulus-base"; coresight-name = "coresight-stm"; - atid = <16>; clocks = <&aoss_qmp>; clock-names = "apb_pclk"; @@ -5483,6 +5491,14 @@ <&tmc_modem_out_qmi>; }; }; + + port@3 { + reg = <3>; + qmi_in_modem_diag: endpoint { + remote-endpoint = + <&modem_diag_out_qmi>; + }; + }; }; };