aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTaniya Das <[email protected]>2022-02-27 23:25:36 +0530
committerBjorn Andersson <[email protected]>2022-03-09 08:53:29 -0600
commitb527358cb4cd58a8279c9062b0786f1fab628fdc (patch)
tree9b816f6a32f4c625f950bb610ed0251c314873aa
parent58922910add18583d5273c2edcdb9fd7bf4eca02 (diff)
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: 99cbd064b059f ("clk: qcom: Support display RCG clocks") Signed-off-by: Taniya Das <[email protected]> Reviewed-by: Stephen Boyd <[email protected]> Signed-off-by: Bjorn Andersson <[email protected]> Link: https://lore.kernel.org/r/[email protected]
-rw-r--r--drivers/clk/qcom/clk-rcg2.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/qcom/clk-rcg2.c b/drivers/clk/qcom/clk-rcg2.c
index b831975a9606..f675fd969c4d 100644
--- a/drivers/clk/qcom/clk-rcg2.c
+++ b/drivers/clk/qcom/clk-rcg2.c
@@ -729,6 +729,7 @@ static const struct frac_entry frac_table_pixel[] = {
{ 2, 9 },
{ 4, 9 },
{ 1, 1 },
+ { 2, 3 },
{ }
};