Skip to content

Commit cc8f74d

Browse files
committed
Merge tag 'qcom-clk-fixes-for-7.0' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into clk-fixes
Pull a Qualcomm clk driver fix from Bjorn Andersson - Fix the clock ops for SM8450 DPTX1 aux clock src to ensure DisplayPort works * tag 'qcom-clk-fixes-for-7.0' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux: clk: qcom: dispcc-sm8450: use RCG2 ops for DPTX1 AUX clock source
2 parents ce56ffb + 141af1b commit cc8f74d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/clk/qcom/dispcc-sm8450.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ static struct clk_rcg2 disp_cc_mdss_dptx1_aux_clk_src = {
409409
.parent_data = disp_cc_parent_data_1,
410410
.num_parents = ARRAY_SIZE(disp_cc_parent_data_1),
411411
.flags = CLK_SET_RATE_PARENT,
412-
.ops = &clk_dp_ops,
412+
.ops = &clk_rcg2_ops,
413413
},
414414
};
415415

0 commit comments

Comments
 (0)