clk: qcom: clk-rcg2: Update the frac table for pixel clock
authorTaniya Das <tdas@codeaurora.org>
Sun, 27 Feb 2022 17:55:36 +0000 (23:25 +0530)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Wed, 9 Mar 2022 14:53:29 +0000 (08:53 -0600)
Support the new numerator and denominator for pixel clock on SM8350 and
support rgb101010, RGB888 use cases on SM8450.

Fixes: 99cbd064b059f ("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
drivers/clk/qcom/clk-rcg2.c

index b831975..f675fd9 100644 (file)
@@ -729,6 +729,7 @@ static const struct frac_entry frac_table_pixel[] = {
        { 2, 9 },
        { 4, 9 },
        { 1, 1 },
+       { 2, 3 },
        { }
 };