Skip to content
  • David Jander's avatar
    ARM: MX51: PLL errata workaround · 9db1bfa1
    David Jander authored
    
    
    This is a port of the official PLL errata workaround from Freescale to
    mainline u-boot.
    The PLL's in the i.MX51 processor can go out of lock due to a metastable
    condition in an analog flip-flop when used at high frequencies.
    This workaround implements an undocumented feature in the PLL (dither
    mode), which causes the effect of this failure to be much lower (in terms
    of frequency deviation), avoiding system failure, or at least decreasing
    the likelihood of system failure.
    
    Signed-off-by: default avatarDavid Jander <david@protonic.nl>
    9db1bfa1