Re: [PATCH v6 1/4] clk: qcom: branch: Add clk_branch2_prepare_ops

From: Stephen Boyd
Date: Tue Sep 05 2023 - 16:52:29 EST


Quoting Luo Jie (2023-09-01 02:18:20)
> Add the clk_branch2_prepare_ops for supporting clock controller
> where the hardware register is accessed by MDIO bus, and the
> spin lock can't be used because of sleep during the MDIO
> operation.
>
> The clock is enabled by the .prepare instead of .enable when
> the clk_branch2_prepare_ops is used.
>
> Signed-off-by: Luo Jie <quic_luoj@xxxxxxxxxxx>
> ---

Acked-by: Stephen Boyd <sboyd@xxxxxxxxxx>