commit | c27db3421c66df4588465d1c4dd7869d49ee87b1 | [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 | c683544be879c0438a37f59e75bafdc29ecde265 [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>