commit | 2e553a9ef39804a3044d1f7269dd3f76fc4397f1 | [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 | 3b1af66c1a74258515c5d763a321ccd3807e83a8 [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>