commit | 2eb268f6fd236a5ad9d51e7e47190d7994b3920f | [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 | 85d8a5fc98a65f7ba7ec5df08b0567d3ad9009dc [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>