From 19eeb27fadeda81bfc0c668eb3491ddcbb3692c5 Mon Sep 17 00:00:00 2001 From: Yuanfang Zhang Date: Sun, 14 Jan 2024 21:37:00 +0800 Subject: [PATCH] ARM: dts: msm: add qdss CTI for sun Add coresight qdss CTI for sun. Change-Id: Ie72bb747946a498164ee0d1ae7b554194a4e3615 Signed-off-by: Yuanfang Zhang --- qcom/sun-coresight.dtsi | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/qcom/sun-coresight.dtsi b/qcom/sun-coresight.dtsi index fefa5410..f7a8df4a 100644 --- a/qcom/sun-coresight.dtsi +++ b/qcom/sun-coresight.dtsi @@ -5505,13 +5505,24 @@ reg = <0x10010000 0x1000>; arm,primecell-periphid = <0x000bb922>; - coresight-name = "coresight-cti-swao"; + coresight-name = "coresight-cti-qdss"; qcom,extended_cti; clocks = <&aoss_qmp>; clock-names = "apb_pclk"; }; + swao_cti: cti@10b00000 { + compatible = "arm,coresight-cti", "arm,primecell"; + reg = <0x10b00000 0x1000>; + + arm,primecell-periphid = <0x000bb922>; + coresight-name = "coresight-cti-swao"; + qcom,extended_cti; + clocks = <&aoss_qmp>; + clock-names = "apb_pclk"; + }; + cti@10b21000 { compatible = "arm,coresight-cti", "arm,primecell"; reg = <0x10b21000 0x1000>;