commit | eb6d2e5920fa518fc924025e1e7987cd0dde73ad | [log] [tgz] |
---|---|---|
author | Ye Li <ye.li@nxp.com> | Mon Jul 22 01:25:00 2019 +0000 |
committer | Stefano Babic <sbabic@denx.de> | Tue Oct 08 16:35:16 2019 +0200 |
tree | 20b614523935163c824ce265ecc7396365d2eb48 | |
parent | 3399a2e1d25be46725ebfd4b5aba66232467c32d [diff] |
i.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 cause the result wrong. Signed-off-by: Ye Li <ye.li@nxp.com> Signed-off-by: Peng Fan <peng.fan@nxp.com>