commit | cc643ea0beba49e4482dcb28cbde5d74519ab98a | [log] [tgz] |
---|---|---|
author | Ye Li <ye.li@nxp.com> | Mon Mar 23 19:54:29 2020 -0700 |
committer | Stefano Babic <sbabic@denx.de> | Fri May 01 13:46:22 2020 +0200 |
tree | 5b2b0cea5c189f2e1042da26c6cd4e99fd770dd1 | |
parent | f818b74052d0d0097bbeb3db3a9016555365d657 [diff] |
imx8mm: clock: fix fracpll decode issue The fracpll decoding is using the bit definitions for int pll. Most of them are same, but the CLKE bit is different. Fix the wrong CLKE_MASK for fracpll and correct all bit definitions in fracpll decoding. Reviewed-by: Fabio Estevam <festevam@gmail.com> Reviewed-by: Peng Fan <peng.fan@nxp.com> Signed-off-by: Ye Li <ye.li@nxp.com> Signed-off-by: Peng Fan <peng.fan@nxp.com>