Re: [PATCH v7 2/2] clk: qcom: Add LPASS VA CSR heartbeat pulse clock
From: Sarath Ganapathiraju
Date: Thu Sep 17 2026 - 09:59:59 EST
On Tue, Sep 08, 2026 at 09:29:27PM +0100, Srinivas Kandagatla wrote:
> Does these two registers need to be written on every prepare?
>
> if we need to program just once then we can just use clk_regmap_gate_ops
> which will implement pretty much the same driver.
They only need to be programmed once. I will move the counter and delay
programming to probe and use the qcom simple regmap gate ops for the
enable bit in the next revision.
> This check will never fail as the device gets only probed if compatible
> matches.
Ack, I will drop the unnecessary NULL check.
Thanks,
Sarath