Skip to content

Commit 1b7fc8a

Browse files
jiegan0107andersson
authored andcommitted
arm64: dts: qcom: qcs615: disable the CTI device of the camera block
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: bf46963 ("arm64: dts: qcom: qcs615: Add coresight nodes") Signed-off-by: Jie Gan <jie.gan@oss.qualcomm.com> Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Link: https://lore.kernel.org/r/20250611030003.3801-1-jie.gan@oss.qualcomm.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent 47d5946 commit 1b7fc8a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

arch/arm64/boot/dts/qcom/qcs615.dtsi

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2516,6 +2516,9 @@
25162516

25172517
clocks = <&aoss_qmp>;
25182518
clock-names = "apb_pclk";
2519+
2520+
/* Not all required clocks can be enabled from the OS */
2521+
status = "fail";
25192522
};
25202523

25212524
cti@6c20000 {

0 commit comments

Comments
 (0)