[PATCH v2] arm64: dts: qcom: monaco: fix wrong connection for the replicator

From: Jie Gan

Date: Tue Apr 28 2026 - 01:54:52 EST


Fix the wrong connection for the qdss replicator device.

Fixes: 4f791e008807a ("arm64: dts: qcom: monaco: Add CTCU and ETR nodes")
Signed-off-by: Jie Gan <jie.gan@xxxxxxxxxxxxxxxx>
---
Changes in v2:
1. correct the Fixes tag with correct commit
2. expand the git diff for reviewing
- Link to v1: https://lore.kernel.org/r/20260427-fix-monaco-coresight-dt-v1-1-1707017f20c5@xxxxxxxxxxxxxxxx
---
arch/arm64/boot/dts/qcom/monaco.dtsi | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/arch/arm64/boot/dts/qcom/monaco.dtsi b/arch/arm64/boot/dts/qcom/monaco.dtsi
index 7b1d57460f1e..50fd8cea88b9 100644
--- a/arch/arm64/boot/dts/qcom/monaco.dtsi
+++ b/arch/arm64/boot/dts/qcom/monaco.dtsi
@@ -2996,48 +2996,40 @@ stm@4002000 {
out-ports {
port {
stm_out: endpoint {
remote-endpoint = <&funnel0_in7>;
};
};
};
};

tpda@4004000 {
compatible = "qcom,coresight-tpda", "arm,primecell";
reg = <0x0 0x04004000 0x0 0x1000>;

clocks = <&aoss_qmp>;
clock-names = "apb_pclk";

in-ports {
#address-cells = <1>;
#size-cells = <0>;

- port@0 {
- reg = <0>;
-
- swao_rep_out0: endpoint {
- remote-endpoint = <&qdss_rep_in>;
- };
- };
-
port@1 {
reg = <1>;

qdss_tpda_in1: endpoint {
remote-endpoint = <&qdss_tpdm1_out>;
};
};
};

out-ports {
port {
qdss_tpda_out: endpoint {
remote-endpoint = <&funnel0_in6>;
};
};
};
};

tpdm@400f000 {
compatible = "qcom,coresight-tpdm", "arm,primecell";
@@ -3713,40 +3705,48 @@ etf0_out: endpoint {

replicator@4b06000 {
compatible = "arm,coresight-dynamic-replicator", "arm,primecell";
reg = <0x0 0x04b06000 0x0 0x1000>;

clocks = <&aoss_qmp>;
clock-names = "apb_pclk";

in-ports {
port {
swao_rep_in: endpoint {
remote-endpoint = <&etf0_out>;
};
};
};

out-ports {
#address-cells = <1>;
#size-cells = <0>;

+ port@0 {
+ reg = <0>;
+
+ swao_rep_out0: endpoint {
+ remote-endpoint = <&qdss_rep_in>;
+ };
+ };
+
port@1 {
reg = <1>;

swao_rep_out1: endpoint {
remote-endpoint = <&eud_in>;
};
};
};
};

tpda@4b08000 {
compatible = "qcom,coresight-tpda", "arm,primecell";
reg = <0x0 0x04b08000 0x0 0x1000>;

clocks = <&aoss_qmp>;
clock-names = "apb_pclk";

in-ports {
#address-cells = <1>;
#size-cells = <0>;

---
base-commit: 7080e32d3f09d8688c4a87d81bdcc71f7f606b16
change-id: 20260427-fix-monaco-coresight-dt-20d8d2c5b57c

Best regards,
--
Jie Gan <jie.gan@xxxxxxxxxxxxxxxx>