commit | b0be82ebd9061e7654b51539b75c19b0e84ef0a8 | [log] [tgz] |
---|---|---|
author | Andre Renaud <andre@bluewatersys.com> | Tue Jun 10 08:47:13 2014 +1200 |
committer | Stefano Babic <sbabic@denx.de> | Wed Jul 09 14:55:30 2014 +0200 |
tree | 75f6e2dd6e33b81b5b2da29a70514356cec6db3f | |
parent | ee2352e8e0cb32faa68cc1b5f1862ad9776fb40f [diff] |
MX6: Correct calculation of PLL_SYS DIV_SELECT is used as Fout = Fin * div_select / 2.0, so we should do the shift after the multiply to avoid rounding errors Signed-off-by: Andre Renaud <andre@bluewatersys.com>