From 589386a5ce0c92d599ff8d77c638a5842997b2db Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 14 Aug 2013 17:33:31 -0600 Subject: [PATCH] SAMA5: ports should not be reset state (seems to make no difference) --- configs/sama5d3x-ek/include/board_384mhz.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/sama5d3x-ek/include/board_384mhz.h b/configs/sama5d3x-ek/include/board_384mhz.h index 583f618301..ec39bb329d 100644 --- a/configs/sama5d3x-ek/include/board_384mhz.h +++ b/configs/sama5d3x-ek/include/board_384mhz.h @@ -123,7 +123,7 @@ * * USB Clock = PLLACK / (USBDIV + 1) = 48MHz * USBDIV = PLLACK / 48MHz - 1 - * = 16 + * = 15 * * The maximum value of USBDIV is 15 corresponding to a divisor of 16. * REVISIT: USBDIV = 15 gives an exact clock of 48MHz.