mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-02-01 08:51:30 +00:00
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:
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user