public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] arm64: dts: qcom: monaco: fix wrong connection for the replicator
@ 2026-04-28  5:54 Jie Gan
  2026-04-28  9:26 ` Konrad Dybcio
  0 siblings, 1 reply; 2+ messages in thread
From: Jie Gan @ 2026-04-28  5:54 UTC (permalink / raw)
  To: Bjorn Andersson, Konrad Dybcio, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Tingwei Zhang
  Cc: Konrad Dybcio, linux-arm-msm, devicetree, linux-kernel, Jie Gan

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@oss.qualcomm.com>
---
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@oss.qualcomm.com
---
 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@oss.qualcomm.com>


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-04-28  9:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-28  5:54 [PATCH v2] arm64: dts: qcom: monaco: fix wrong connection for the replicator Jie Gan
2026-04-28  9:26 ` Konrad Dybcio

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox