mirror of
https://github.com/torvalds/linux.git
synced 2026-01-25 15:03:52 +08:00
clk: qcom: rcg: add 1/1 pixel clock ratio
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>
This commit is contained in:
committed by
Bjorn Andersson
parent
0a0693fb26
commit
a34d21d89c
@@ -597,6 +597,7 @@ struct frac_entry {
|
||||
};
|
||||
|
||||
static const struct frac_entry pixel_table[] = {
|
||||
{ 1, 1 },
|
||||
{ 1, 2 },
|
||||
{ 1, 3 },
|
||||
{ 3, 16 },
|
||||
|
||||
Reference in New Issue
Block a user