[U-Boot] [PATCH 1/5] mx7ulp: Fix APLL num and denom setting issue

sbabic at denx.de sbabic at denx.de
Sat Jul 20 08:46:36 UTC 2019


> From: Ye Li <ye.li at nxp.com>
> For the current APLL setting, as we want the APLL PFD0 to meet DDR clock 320Mhz requirement.
> We set MULT to 20, NUM to 4 and DENOM to 2, to get final 22 multiplier. But according to the RM,
> the NUM should always be less than the DENOM. So our setting violates the rule.
> Actually the ROM has already set the MULT to 22 and leave NUM/DENOM in default value. The calculated APLL PFD0 clock
> is 318.9888Mhz, which also meet the DDR requirement.
> To fix the issue, we remove the PLL settings in DCD to use default value from ROM, and only set the PFD0 FRAC.
> Signed-off-by: Ye Li <ye.li at nxp.com>
> Signed-off-by: Peng Fan <peng.fan at nxp.com>

Applied to u-boot-imx, master, thanks !

Best regards,
Stefano Babic

-- 
=====================================================================
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================



More information about the U-Boot mailing list