commit | dc3f2403c2ae65dea795855d97ce2bb1c2be2d35 | [log] [tgz] |
---|---|---|
author | Ondrej Jirman <megi@xff.cz> | Mon May 22 23:47:06 2023 +0200 |
committer | Anatolij Gustschin <agust@denx.de> | Fri Jul 14 18:27:43 2023 +0200 |
tree | 2a0b1031465a646ab7749ea667705ec612ec86f6 | |
parent | 4158d7f9879fce29ec46a565382135083b030ed8 [diff] |
video: rockchip: dw_mipi_dsi: Fix best_rate calculation pllref_clk is unused after being retrieved. fin needs to be set to dsi->ref clock's rate for the following calculation to work. Otherwise fin is undefined, and calculation return bogus number based on undefined variable. Signed-off-by: Ondrej Jirman <megi@xff.cz>