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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent 0a0693f commit a34d21d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)