Re: [PATCH v3 05/12] clk: qcom: ipq-cmn-pll: Add NSS clock support
From: Abel Vesa
Date: Thu Sep 03 2026 - 10:51:38 EST
On 26-08-14 05:48:15, Luo Jie wrote:
> The NSS (network subsystem) clock's parent is cmn_pll_div2 (CMN PLL
> rate / 2); it is then further divided by a configurable 6-bit divider.
>
> Register the NSS clock through a new ipq_cmn_pll_regmap_div_register()
> helper, built as a plain struct clk_regmap_div instance instead of
> hand-rolling recalc_rate/set_rate. The helper takes the register field
> mask and clock name as parameters so that the upcoming PPE clock, which
> shares the same register with a different field, can reuse it.
>
> Signed-off-by: Luo Jie <jie.luo@xxxxxxxxxxxxxxxx>
Reviewed-by: Abel Vesa <abel.vesa@xxxxxxxxxxxxxxxx>