On Wed, 17 Jul 2024 at 11:09, Neil Armstrong <neil.armstrong@xxxxxxxxxx> wrote: > > On 16/07/2024 23:13, Dmitry Baryshkov wrote: > > clk_dp_ops should only be used for DisplayPort pixel clocks. Use > > clk_rcg2_ops for disp_cc_mdss_dptx1_aux_clk_src. > > > > Fixes: 90114ca11476 ("clk: qcom: add SM8550 DISPCC driver") > > Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx> > > --- > > drivers/clk/qcom/dispcc-sm8550.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/drivers/clk/qcom/dispcc-sm8550.c b/drivers/clk/qcom/dispcc-sm8550.c > > index 09e4b1e40e20..8ceeb17bbb37 100644 > > --- a/drivers/clk/qcom/dispcc-sm8550.c > > +++ b/drivers/clk/qcom/dispcc-sm8550.c > > @@ -400,7 +400,7 @@ static struct clk_rcg2 disp_cc_mdss_dptx1_aux_clk_src = { > > .parent_data = disp_cc_parent_data_0, > > .num_parents = ARRAY_SIZE(disp_cc_parent_data_0), > > .flags = CLK_SET_RATE_PARENT, > > - .ops = &clk_dp_ops, > > + .ops = &clk_rcg2_ops, > > }, > > }; > > > > > > Reviewed-by: Neil Armstrong <neil.armstrong@xxxxxxxxxx> Oops... Neil, excuse me, I didn't pick up your R-B tags for v2. I'll send v3 tomorrow, with your tags fixed. -- With best wishes Dmitry