commit | 32d7490ae64113182c6b705ae4c5a3669361c65e | [log] [tgz] |
---|---|---|
author | Dario Binacchi <dario.binacchi@amarulasolutions.com> | Sat Apr 22 16:11:17 2023 +0200 |
committer | Stefano Babic <sbabic@denx.de> | Tue May 02 10:57:32 2023 +0200 |
tree | 074e11122fd8da60445545e05f69fbd9e4c5fda4 | |
parent | abf0e7bd6e4d0d102630fbf9a051f1542cca3c1e [diff] |
imx6: clock: improve calculations to get the PLL video rate During some tests to check the pixel clock rate in the transition from U-Boot to the Linux kernel, I noticed that with the same configuration of the registers the debug messages reported different rates. The same Linux kernel calculations are now used to get the PLL video rate. Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com> Reviewed-by: Michael Trimarchi <michael@amarulasolutions.com>