From e5db249fc2b7a3a31282b54a918435bcdffe151d Mon Sep 17 00:00:00 2001 From: Yuanfang Zhang Date: Wed, 3 Jan 2024 18:18:21 +0800 Subject: [PATCH] ARM: dts: msm: correct the address for etf0_ncc0 on sun Correct the base address for etf0_ncc0 on sun. Change-Id: Ic78f394c3cf3895854c6e9ae5480f73760825f72 Signed-off-by: Yuanfang Zhang --- qcom/sun-coresight.dtsi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/qcom/sun-coresight.dtsi b/qcom/sun-coresight.dtsi index c448a844..644f46ad 100644 --- a/qcom/sun-coresight.dtsi +++ b/qcom/sun-coresight.dtsi @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BSD-3-Clause /* - * Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved. + * Copyright (c) 2023-2024 Qualcomm Innovation Center, Inc. All rights reserved. */ &soc { @@ -2765,10 +2765,10 @@ }; }; - uc0_etf: tmc@13411000 { + uc0_etf: tmc@13408000 { compatible = "arm,primecell"; arm,primecell-periphid = <0x000bb961>; - reg = <0x13411000 0x1000>; + reg = <0x13408000 0x1000>; reg-names = "tmc-base"; coresight-name = "coresight-tmc-etf-uc0";