On 9.01.2023 01:29, Dmitry Baryshkov wrote: > Follow the example of sc7180 and sdx55 and implement IP0 resource as > clocks rather than interconnects. > > Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx> > --- Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxx> Konrad > drivers/clk/qcom/clk-rpmh.c | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/drivers/clk/qcom/clk-rpmh.c b/drivers/clk/qcom/clk-rpmh.c > index 7db5a53d73f0..05940e51b261 100644 > --- a/drivers/clk/qcom/clk-rpmh.c > +++ b/drivers/clk/qcom/clk-rpmh.c > @@ -455,6 +455,7 @@ static struct clk_hw *sm8150_rpmh_clocks[] = { > [RPMH_RF_CLK2_A] = &clk_rpmh_rf_clk2_a_ao.hw, > [RPMH_RF_CLK3] = &clk_rpmh_rf_clk3_a.hw, > [RPMH_RF_CLK3_A] = &clk_rpmh_rf_clk3_a_ao.hw, > + [RPMH_IPA_CLK] = &clk_rpmh_ipa.hw, > }; > > static const struct clk_rpmh_desc clk_rpmh_sm8150 = { > @@ -494,6 +495,7 @@ static struct clk_hw *sc8180x_rpmh_clocks[] = { > [RPMH_RF_CLK2_A] = &clk_rpmh_rf_clk2_d_ao.hw, > [RPMH_RF_CLK3] = &clk_rpmh_rf_clk3_d.hw, > [RPMH_RF_CLK3_A] = &clk_rpmh_rf_clk3_d_ao.hw, > + [RPMH_IPA_CLK] = &clk_rpmh_ipa.hw, > }; > > static const struct clk_rpmh_desc clk_rpmh_sc8180x = { > @@ -514,6 +516,7 @@ static struct clk_hw *sm8250_rpmh_clocks[] = { > [RPMH_RF_CLK1_A] = &clk_rpmh_rf_clk1_a_ao.hw, > [RPMH_RF_CLK3] = &clk_rpmh_rf_clk3_a.hw, > [RPMH_RF_CLK3_A] = &clk_rpmh_rf_clk3_a_ao.hw, > + [RPMH_IPA_CLK] = &clk_rpmh_ipa.hw, > }; > > static const struct clk_rpmh_desc clk_rpmh_sm8250 = { > @@ -556,6 +559,7 @@ static struct clk_hw *sc8280xp_rpmh_clocks[] = { > [RPMH_IPA_CLK] = &clk_rpmh_ipa.hw, > [RPMH_PKA_CLK] = &clk_rpmh_pka.hw, > [RPMH_HWKM_CLK] = &clk_rpmh_hwkm.hw, > + [RPMH_IPA_CLK] = &clk_rpmh_ipa.hw, > }; > > static const struct clk_rpmh_desc clk_rpmh_sc8280xp = {