ARM: dts: msm: correct static atid for snoc & tpdm-wcss
Correct static atid for snoc & tpdm-wcss. Change-Id: I112643221a99e38ba672b5649d98dbd5b1095e12 Signed-off-by: Xiaoqi Zhuang <quic_xiaozhua@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) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
* Copyright (c) 2024-2025 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
&soc {
|
&soc {
|
||||||
@@ -175,7 +175,7 @@
|
|||||||
compatible = "arm,coresight-dummy-source";
|
compatible = "arm,coresight-dummy-source";
|
||||||
coresight-name = "coresight-snoc";
|
coresight-name = "coresight-snoc";
|
||||||
|
|
||||||
atid = <125>;
|
atid = <18>;
|
||||||
|
|
||||||
out-ports {
|
out-ports {
|
||||||
port {
|
port {
|
||||||
@@ -468,7 +468,7 @@
|
|||||||
tpdm_wcss: tpdm@899c000 {
|
tpdm_wcss: tpdm@899c000 {
|
||||||
compatible = "arm,coresight-dummy-source";
|
compatible = "arm,coresight-dummy-source";
|
||||||
coresight-name = "coresight-tpdm-wcss";
|
coresight-name = "coresight-tpdm-wcss";
|
||||||
atid = <67>;
|
atid = <24>;
|
||||||
|
|
||||||
out-ports {
|
out-ports {
|
||||||
port {
|
port {
|
||||||
|
Reference in New Issue
Block a user