]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
clk: qcom: rcg: add 1/1 pixel clock ratio
authorDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Tue, 24 Dec 2024 10:12:15 +0000 (12:12 +0200)
committerBjorn Andersson <andersson@kernel.org>
Tue, 7 Jan 2025 00:05:27 +0000 (18:05 -0600)
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 <dmitry.baryshkov@linaro.org>
Link: https://lore.kernel.org/r/20241224-apq8064-fix-mmcc-v1-3-c95d2e2bf143@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
drivers/clk/qcom/clk-rcg.c

index 88845baa7f84234b8554ef59cbfe2322870f1f69..987141c91fe0bc323d84529afbf6c96d247a55a3 100644 (file)
@@ -597,6 +597,7 @@ struct frac_entry {
 };
 
 static const struct frac_entry pixel_table[] = {
+       { 1, 1 },
        { 1, 2 },
        { 1, 3 },
        { 3, 16 },