commit | db305e5b9d93c2466b50831b23a13839e29d59bc | [log] [tgz] |
---|---|---|
author | Ye Li <ye.li@nxp.com> | Wed Apr 05 10:36:58 2017 +0800 |
committer | Stefano Babic <sbabic@denx.de> | Wed Apr 12 18:45:10 2017 +0200 |
tree | 868a2e939e104611d72c77210d2eec6e4388801e | |
parent | b987baf7c131f202259c448efb09695b10e80527 [diff] |
imx: mx7ulp: Fix SPLL/APLL clock rate calculation issue The num/denom is a float value, but in the calculation it is convert to integer 0, and wrong result. Signed-off-by: Ye Li <ye.li@nxp.com> Signed-off-by: Peng Fan <peng.fan@nxp.com> Cc: Stefano Babic <sbabic@denx.de>