Re: [PATCH 4/5] clk: qcom: Add camera clock controller driver for SM8150

From: Bryan O'Donoghue
Date: Fri Mar 08 2024 - 08:04:43 EST


On 08/03/2024 12:40, Satya Priya Kakitapalli (Temp) wrote:

If BIT(0) is set from probe, during any active usecase, the clock gets turned ON automatically when the power domain is turned ON.

Sounds like a very dirty hack really doesn't it.

Can you point out where ?


But when we use CLK_IS_CRITICAL flag, the framework keeps the power domain ON and doesn't let the power domain to turn off even when there is no active usecase.

---
bod