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

From: Bryan O'Donoghue
Date: Fri Mar 08 2024 - 05:58:56 EST


On 08/03/2024 10:46, Satya Priya Kakitapalli (Temp) wrote:

Not if you mark it critical


Marking the clock as critical keeps the associated power domain always-on which impacts power. For this reason we are not using CLK_IS_CRITICAL and instead making them always on from probe.

How does the clock do anything _useful_ if the power-domain gets switched off ?

---
bod