public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: qcom: qcs615: disable the CTI device of the camera block
@ 2025-05-27  1:52 Jie Gan
  2025-05-27 10:23 ` Konrad Dybcio
  0 siblings, 1 reply; 9+ messages in thread
From: Jie Gan @ 2025-05-27  1:52 UTC (permalink / raw)
  To: Bjorn Andersson, Konrad Dybcio, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Jie Gan
  Cc: Tingwei Zhang, Jinlong Mao, linux-arm-msm, devicetree,
	linux-kernel

Disable the CTI device of the camera block to prevent potential NoC errors
during AMBA bus device matching.

The clocks for the Qualcomm Debug Subsystem (QDSS) are managed by aoss_qmp
through a mailbox. However, the camera block resides outside the AP domain,
meaning its QDSS clock cannot be controlled via aoss_qmp.

Fixes: bf469630552a ("arm64: dts: qcom: qcs615: Add coresight nodes")
Signed-off-by: Jie Gan <jie.gan@oss.qualcomm.com>
---
 arch/arm64/boot/dts/qcom/qcs615.dtsi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/boot/dts/qcom/qcs615.dtsi b/arch/arm64/boot/dts/qcom/qcs615.dtsi
index 559d3a4ba605..a31920691b65 100644
--- a/arch/arm64/boot/dts/qcom/qcs615.dtsi
+++ b/arch/arm64/boot/dts/qcom/qcs615.dtsi
@@ -2462,6 +2462,7 @@ cti@6c13000 {
 
 			clocks = <&aoss_qmp>;
 			clock-names = "apb_pclk";
+			status = "disabled";
 		};
 
 		cti@6c20000 {
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2025-06-11  1:05 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-27  1:52 [PATCH] arm64: dts: qcom: qcs615: disable the CTI device of the camera block Jie Gan
2025-05-27 10:23 ` Konrad Dybcio
2025-05-27 10:32   ` Jie Gan
2025-05-27 10:41     ` Konrad Dybcio
2025-05-28  3:02       ` Jie Gan
2025-05-30 23:05         ` Konrad Dybcio
2025-06-03  3:17           ` Jie Gan
2025-06-10 13:24             ` Konrad Dybcio
2025-06-11  1:05               ` Jie Gan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox