Merge "ARM: dts: msm: correct the address for etf0_ncc0 on sun"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
02cb2f0759
@@ -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 {
|
||||
@@ -2817,10 +2817,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";
|
||||
|
Reference in New Issue
Block a user