imx8mm: clock: fix fracpll decode issue
authorYe Li <ye.li@nxp.com>
Tue, 24 Mar 2020 02:54:29 +0000 (19:54 -0700)
committerStefano Babic <sbabic@denx.de>
Fri, 1 May 2020 11:46:22 +0000 (13:46 +0200)
commit1c97fcda7f31b1697d5dc7d1de74e64b1a11bd9b
tree5b2b0cea5c189f2e1042da26c6cd4e99fd770dd1
parent828ad358a50164105b03e3d5ab0535963d62f92d
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>
arch/arm/include/asm/arch-imx8m/clock_imx8mm.h
arch/arm/mach-imx/imx8m/clock_imx8mm.c