Skip to content
Snippets Groups Projects
Commit f28cf489 authored by Ye Li's avatar Ye Li
Browse files

MLK-14693 mx7ulp: Change PLL rate calculation to avoid div 0


The new ROM patch will set DENOM and NUM of APLL and SPLL to 0 to
workaround PLL issue.
When DENOM is 0, the PLL rate calculation will divide 0 and raise a signal.

raise: Signal # 8 caught

To avoid such problem, we change our calculation.

Signed-off-by: default avatarYe Li <ye.li@nxp.com>
parent e931d534
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment