Skip to content

Commit b3ebf69

Browse files
lumaggregkh
authored andcommitted
clk: qcom: dispcc-glymur: use RCG2 ops for DPTX1 AUX clock source
[ Upstream commit e7c8eb1 ] The clk_dp_ops are supposed to be used for DP-related clocks with a proper MND divier. Use shared RCG2 ops for dptx1_aux_clk_src, the same as all other DPTX AUX clocks in this driver. Fixes: b4d1521 ("clk: qcom: dispcc-glymur: Add support for Display Clock Controller") Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Reviewed-by: Abel Vesa <abel.vesa@oss.qualcomm.com> Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Reviewed-by: Taniya Das <taniya.das@oss.qualcomm.com> Link: https://lore.kernel.org/r/20260112-dp-aux-clks-v1-1-456b0c11b069@oss.qualcomm.com Signed-off-by: Bjorn Andersson <andersson@kernel.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent 5733376 commit b3ebf69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/clk/qcom/dispcc-glymur.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ static struct clk_rcg2 disp_cc_mdss_dptx1_aux_clk_src = {
417417
.parent_data = disp_cc_parent_data_1,
418418
.num_parents = ARRAY_SIZE(disp_cc_parent_data_1),
419419
.flags = CLK_SET_RATE_PARENT,
420-
.ops = &clk_dp_ops,
420+
.ops = &clk_rcg2_shared_ops,
421421
},
422422
};
423423

0 commit comments

Comments
 (0)