SAMA5: ports should not be reset state (seems to make no difference)

This commit is contained in:
Gregory Nutt 2013-08-14 17:33:31 -06:00
parent 8686c040ac
commit 589386a5ce
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@
* *
* USB Clock = PLLACK / (USBDIV + 1) = 48MHz * USB Clock = PLLACK / (USBDIV + 1) = 48MHz
* USBDIV = PLLACK / 48MHz - 1 * USBDIV = PLLACK / 48MHz - 1
* = 16 * = 15
* *
* The maximum value of USBDIV is 15 corresponding to a divisor of 16. * The maximum value of USBDIV is 15 corresponding to a divisor of 16.
* REVISIT: USBDIV = 15 gives an exact clock of 48MHz. * REVISIT: USBDIV = 15 gives an exact clock of 48MHz.