Re: [PATCH 7/9] clk: qcom: camcc: Add support for camera clock controller for Kaanapali

From: Bryan O'Donoghue
Date: Thu Sep 25 2025 - 05:11:09 EST


On 25/09/2025 00:56, Jingyi Wang wrote:
+static u32 cam_cc_kaanapali_critical_cbcrs[] = {
+ 0x21398, /* CAM_CC_DRV_AHB_CLK */
+ 0x21390, /* CAM_CC_DRV_XO_CLK */
+ 0x21364, /* CAM_CC_GDSC_CLK */
+ 0x21368, /* CAM_CC_SLEEP_CLK */
+};

How is this critical list decided ?

For example why is the AHB clock critical but the CAMNOC and AXI clocks not critical ?

---
bod