Skip to content

Commit b527358

Browse files
Taniya Dasandersson
authored andcommitted
clk: qcom: clk-rcg2: Update the frac table for pixel clock
Support the new numerator and denominator for pixel clock on SM8350 and support rgb101010, RGB888 use cases on SM8450. Fixes: 99cbd06 ("clk: qcom: Support display RCG clocks") Signed-off-by: Taniya Das <tdas@codeaurora.org> Reviewed-by: Stephen Boyd <sboyd@kernel.org> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Link: https://lore.kernel.org/r/20220227175536.3131-2-tdas@codeaurora.org
1 parent 5892291 commit b527358

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/clk/qcom/clk-rcg2.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -729,6 +729,7 @@ static const struct frac_entry frac_table_pixel[] = {
729729
{ 2, 9 },
730730
{ 4, 9 },
731731
{ 1, 1 },
732+
{ 2, 3 },
732733
{ }
733734
};
734735

0 commit comments

Comments
 (0)