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
This commit is contained in:
Hao Zhang
2022-10-14 14:45:52 +08:00
parent 29075daa73
commit 98b8b9c735

View File

@@ -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>;