mirror of
https://github.com/apache/nuttx.git
synced 2026-08-17 18:28:25 +00:00
SAMA5 WM8904: Fix errors in programmable clock output configuration
This commit is contained in:
parent
5e92347d60
commit
715cf207ea
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ void sam_sckc_enable(bool enable)
|
|||
regval |= SCKC_CR_OSC32EN;
|
||||
putreg32(regval, SAM_SCKC_CR);
|
||||
|
||||
/* Wait 5 slow clock cycles for clock stabilization */
|
||||
/* Wait for 32,768 XTAL start-up time */
|
||||
|
||||
up_udelay(5 * USEC_PER_SEC / BOARD_SLOWCLK_FREQUENCY);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue