summaryrefslogtreecommitdiffstats
path: root/doc/README.imx5
diff options
context:
space:
mode:
authorDavid Jander <david@protonic.nl>2011-07-13 21:11:53 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2011-09-04 11:36:11 +0200
commit9db1bfa110ac411ab3468e817f7f74b2439eb8c8 (patch)
treec9fd5e7dc463937e8642e410c644ebdf067dfbe3 /doc/README.imx5
parent96c9745fa1f03a0e24d09a32344a1f0c821bc9af (diff)
downloadtalos-obmc-uboot-9db1bfa110ac411ab3468e817f7f74b2439eb8c8.tar.gz
talos-obmc-uboot-9db1bfa110ac411ab3468e817f7f74b2439eb8c8.zip
ARM: MX51: PLL errata workaround
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: David Jander <david@protonic.nl>
Diffstat (limited to 'doc/README.imx5')
-rw-r--r--doc/README.imx517
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/README.imx5 b/doc/README.imx5
new file mode 100644
index 0000000000..f7eab7d4b2
--- /dev/null
+++ b/doc/README.imx5
@@ -0,0 +1,17 @@
+U-Boot for Freescale i.MX5x
+
+This file contains information for the port of U-Boot to the Freescale
+i.MX5x SoCs.
+
+1. CONFIGURATION OPTIONS/SETTINGS
+---------------------------------
+
+1.1 CONFIG_MX51_PLL_ERRATA: Workaround for i.MX51 PLL errata.
+ This option should be enabled by all boards using the i.MX51 silicon
+ version up until (including) 3.0 running at 800MHz.
+ 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.
OpenPOWER on IntegriCloud