arch/arm64/boot/dts/qcom/monaco.dtsi | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-)
Fix the wrong connection for the qdss replicator device.
Fixes: 0f43254763b3 ("arm64: dts: qcom: qcs8300: Add coresight nodes")
Signed-off-by: Jie Gan <jie.gan@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
@@ -3013,14 +3013,6 @@ 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>;
@@ -3730,6 +3722,14 @@ 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>;
---
base-commit: 7080e32d3f09d8688c4a87d81bdcc71f7f606b16
change-id: 20260427-fix-monaco-coresight-dt-20d8d2c5b57c
Best regards,
--
Jie Gan <jie.gan@oss.qualcomm.com>
On 4/27/26 6:33 AM, Jie Gan wrote:
> Fix the wrong connection for the qdss replicator device.
>
> Fixes: 0f43254763b3 ("arm64: dts: qcom: qcs8300: Add coresight nodes")
> Signed-off-by: Jie Gan <jie.gan@oss.qualcomm.com>
> ---
I'm afraid this patch will miss-apply since the visible context is not
very telling.
Try setting `git config diff.context 20` (you can revert to the previous/
default value later because usually the default is reasonable)
Konrad
On 4/27/2026 6:09 PM, Konrad Dybcio wrote:
> On 4/27/26 6:33 AM, Jie Gan wrote:
>> Fix the wrong connection for the qdss replicator device.
>>
>> Fixes: 0f43254763b3 ("arm64: dts: qcom: qcs8300: Add coresight nodes")
>> Signed-off-by: Jie Gan <jie.gan@oss.qualcomm.com>
>> ---
>
> I'm afraid this patch will miss-apply since the visible context is not
> very telling.
>
> Try setting `git config diff.context 20` (you can revert to the previous/
> default value later because usually the default is reasonable)
Will send a new patch to address it. I just re-checked the patch, the
Fixes tag is wrong and I will update it in next version.
Thanks,
Jie
>
> Konrad
© 2016 - 2026 Red Hat, Inc.