Message ID | 20230512211727.3445575-1-dmitry.baryshkov@linaro.org |
---|---|
Headers | show |
Series | clk: qcom: convert mdm9615 to parent_hws/_data | expand |
On 12.05.2023 23:17, Dmitry Baryshkov wrote: > The pll0_vote clock definitely should have pll0 as a parent (instead of > pll8). > > Fixes: 7792a8d6713c ("clk: mdm9615: Add support for MDM9615 Clock Controllers") > Cc: stable@kernel.org > Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org> > Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> > --- Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> Konrad > drivers/clk/qcom/gcc-mdm9615.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/clk/qcom/gcc-mdm9615.c b/drivers/clk/qcom/gcc-mdm9615.c > index fb5c1244fb97..2f921891008d 100644 > --- a/drivers/clk/qcom/gcc-mdm9615.c > +++ b/drivers/clk/qcom/gcc-mdm9615.c > @@ -58,7 +58,7 @@ static struct clk_regmap pll0_vote = { > .enable_mask = BIT(0), > .hw.init = &(struct clk_init_data){ > .name = "pll0_vote", > - .parent_names = (const char *[]){ "pll8" }, > + .parent_names = (const char *[]){ "pll0" }, > .num_parents = 1, > .ops = &clk_pll_vote_ops, > },
On Sat, 13 May 2023 00:17:17 +0300, Dmitry Baryshkov wrote: > This series concludes the conversion of Qualcomm clock controller > drivers to using the parent_hws/parent_data and declaring all the used > clocks in DT. > > Changes since v2: > - Fixed gcc-mdm9615 schema example (Krzysztof) > > [...] Applied, thanks! [09/10] ARM: dts: qcom-mdm9615: specify clocks for the lcc device commit: 174b934c3dc4fc7bd1d2075745bba829a743553f [10/10] ARM: dts: qcom-mdm9615: specify gcc clocks commit: d988aa8cd09653d9607788e9d1c98f0d7a55e731 Best regards,