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 <quic_yuanfang@quicinc.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
// SPDX-License-Identifier: BSD-3-Clause
|
// 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 {
|
&soc {
|
||||||
@@ -2765,10 +2765,10 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
uc0_etf: tmc@13411000 {
|
uc0_etf: tmc@13408000 {
|
||||||
compatible = "arm,primecell";
|
compatible = "arm,primecell";
|
||||||
arm,primecell-periphid = <0x000bb961>;
|
arm,primecell-periphid = <0x000bb961>;
|
||||||
reg = <0x13411000 0x1000>;
|
reg = <0x13408000 0x1000>;
|
||||||
reg-names = "tmc-base";
|
reg-names = "tmc-base";
|
||||||
|
|
||||||
coresight-name = "coresight-tmc-etf-uc0";
|
coresight-name = "coresight-tmc-etf-uc0";
|
||||||
|
Reference in New Issue
Block a user