Re: [PATCH v2 4/6] clk: qcom: rpmh: Add support for Eliza rpmh clocks

From: Abel Vesa

Date: Wed Jan 28 2026 - 07:02:16 EST


On 26-01-28 11:40:23, Konrad Dybcio wrote:
> On 1/27/26 4:03 PM, Abel Vesa wrote:
> > From: Taniya Das <taniya.das@xxxxxxxxxxxxxxxx>
> >
> > Add the RPMH clocks present in Eliza SoC.
> >
> > Signed-off-by: Taniya Das <taniya.das@xxxxxxxxxxxxxxxx>
> > Signed-off-by: Abel Vesa <abel.vesa@xxxxxxxxxxxxxxxx>
> > ---
> > drivers/clk/qcom/clk-rpmh.c | 20 ++++++++++++++++++++
> > 1 file changed, 20 insertions(+)
> >
> > diff --git a/drivers/clk/qcom/clk-rpmh.c b/drivers/clk/qcom/clk-rpmh.c
> > index 547729b1a8ee..cf46a6585174 100644
> > --- a/drivers/clk/qcom/clk-rpmh.c
> > +++ b/drivers/clk/qcom/clk-rpmh.c
> > @@ -940,6 +940,25 @@ static const struct clk_rpmh_desc clk_rpmh_kaanapali = {
> > .num_clks = ARRAY_SIZE(kaanapali_rpmh_clocks),
> > };
> >
> > +static struct clk_hw *eliza_rpmh_clocks[] = {
> > + [RPMH_CXO_CLK] = &clk_rpmh_bi_tcxo_div2.hw,
> > + [RPMH_CXO_CLK_A] = &clk_rpmh_bi_tcxo_div2_ao.hw,
> > + [RPMH_LN_BB_CLK1] = &clk_rpmh_clk6_a2.hw,
> > + [RPMH_LN_BB_CLK1_A] = &clk_rpmh_clk6_a2_ao.hw,
> > + [RPMH_LN_BB_CLK3] = &clk_rpmh_clk8_a2.hw,
> > + [RPMH_LN_BB_CLK3_A] = &clk_rpmh_clk8_a2_ao.hw,
> > + [RPMH_RF_CLK1] = &clk_rpmh_rf_clk1_a.hw,
> > + [RPMH_RF_CLK1_A] = &clk_rpmh_rf_clk1_a_ao.hw,
> > + [RPMH_RF_CLK2] = &clk_rpmh_rf_clk2_a.hw,
> > + [RPMH_RF_CLK2_A] = &clk_rpmh_rf_clk2_a_ao.hw,
> > + [RPMH_IPA_CLK] = &clk_rpmh_ipa.hw,
>
> I see that downstream also has LN_BB_CLK2 (clka7_a2) and RF_CLK3-5

All I can say is that those do not seem to exist in cmd-db on the device
I have access to.