From 98b8b9c735caae40bc413fc43b30afd5f856a095 Mon Sep 17 00:00:00 2001 From: Hao Zhang Date: Fri, 14 Oct 2022 14:45:52 +0800 Subject: [PATCH] ARM: dts: msm: Fix the connection error of turing-etm0 node Fix device tree connection error for anorak. The connection between Turing ETM and Turing funnel is incorrect due to topology document in ipcat. Change-Id: I7c58927c1b3124df130e61d12a57dddb64b22695 --- qcom/anorak-coresight.dtsi | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/qcom/anorak-coresight.dtsi b/qcom/anorak-coresight.dtsi index bd8a9278..e08166a2 100644 --- a/qcom/anorak-coresight.dtsi +++ b/qcom/anorak-coresight.dtsi @@ -2524,14 +2524,15 @@ coresight-name = "coresight-funnel-turing_dup"; qcom,duplicate-funnel; + clocks = <&aoss_qmp>; clock-names = "apb_pclk"; in-ports { #address-cells = <1>; #size-cells = <0>; - port@4 { - reg = <4>; + port@3 { + reg = <3>; funnel_turing_dup_in_turing_etm: endpoint { remote-endpoint = <&turing_etm_out_funnel_turing_dup>; @@ -2582,8 +2583,8 @@ }; }; - port@5 { - reg = <5>; + port@4 { + reg = <4>; funnel_turing_in_funnel_turing_dup: endpoint { remote-endpoint = <&funnel_turing_dup_out_funnel_turing>;