lkml.org 
[lkml]   [2022]   [Apr]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 4.9 106/218] clk: qcom: clk-rcg2: Update the frac table for pixel clock
    Date
    From: Taniya Das <tdas@codeaurora.org>

    [ Upstream commit b527358cb4cd58a8279c9062b0786f1fab628fdc ]

    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
    Signed-off-by: Sasha Levin <sashal@kernel.org>
    ---
    drivers/clk/qcom/clk-rcg2.c | 1 +
    1 file changed, 1 insertion(+)

    diff --git a/drivers/clk/qcom/clk-rcg2.c b/drivers/clk/qcom/clk-rcg2.c
    index 29abb600d7e1..e4d605dcc03d 100644
    --- a/drivers/clk/qcom/clk-rcg2.c
    +++ b/drivers/clk/qcom/clk-rcg2.c
    @@ -644,6 +644,7 @@ static const struct frac_entry frac_table_pixel[] = {
    { 2, 9 },
    { 4, 9 },
    { 1, 1 },
    + { 2, 3 },
    { }
    };

    --
    2.34.1


    \
     
     \ /
      Last update: 2022-04-18 16:17    [W:2.863 / U:1.452 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site