commit | 41d7a7da80ec7461cf57828db2c7ad5b29bbba33 | [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 | 3bc6257e8048bccec95b369fd3c946ac5d8ee9ea [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>