commit | 1c97fcda7f31b1697d5dc7d1de74e64b1a11bd9b | [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 | 828ad358a50164105b03e3d5ab0535963d62f92d [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>