Skip to content

Commit a34d21d

Browse files
lumagandersson
authored andcommitted
clk: qcom: rcg: add 1/1 pixel clock ratio
LVDS clocks require 1:1 ration support in the table used by clk_rcg_pixel_ops. Add corresponding divider to the table. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Link: https://lore.kernel.org/r/20241224-apq8064-fix-mmcc-v1-3-c95d2e2bf143@linaro.org Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent 0a0693f commit a34d21d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/clk/qcom/clk-rcg.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -597,6 +597,7 @@ struct frac_entry {
597597
};
598598

599599
static const struct frac_entry pixel_table[] = {
600+
{ 1, 1 },
600601
{ 1, 2 },
601602
{ 1, 3 },
602603
{ 3, 16 },

0 commit comments

Comments
 (0)