summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-09-19 16:10:46 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-09-19 16:10:46 -0600
commitbfcf82862ab67196f91f5f6138c20111503b55d1 (patch)
tree17802971a1ec4fee51295b313c529881ad478a25 /nuttx/ChangeLog
parent51355efa04f319b4691ad71409ce7304bd1ff685 (diff)
downloadnuttx-bfcf82862ab67196f91f5f6138c20111503b55d1.tar.gz
nuttx-bfcf82862ab67196f91f5f6138c20111503b55d1.tar.bz2
nuttx-bfcf82862ab67196f91f5f6138c20111503b55d1.zip
SAMA5 OHCI: When UPLL drives OHCI the logically correct divider of 10 does not work; But a divider of 5 does. Why?
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index e555daa5f..a30e19580 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -5594,4 +5594,7 @@
Correct some inconsistencies in the way that USB configuration
settings are used. This caused compilation errors in SAMA5 OHCI
when USB debug was ON but USB host tracing was off (2013-9-19).
+ * nuttx/arch/arm/src/sama5/sam_clockconfig.c: When 480MHz UPLL
+ is used to drive OHCI, it should have a divider of 10. However,
+ that does not work. A divider of 5 does. Why? (2013-9-19).