mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 15:41:40 +00:00
Merge branch 'master' of git://git.denx.de/u-boot-usb
This commit is contained in:
commit
f97db54d7e
1 changed files with 2 additions and 1 deletions
|
@ -34,7 +34,8 @@ int usb_cpu_init(void)
|
||||||
{
|
{
|
||||||
|
|
||||||
#if defined(CONFIG_AT91CAP9) || defined(CONFIG_AT91SAM9260) || \
|
#if defined(CONFIG_AT91CAP9) || defined(CONFIG_AT91SAM9260) || \
|
||||||
defined(CONFIG_AT91SAM9263) || defined(CONFIG_AT91SAM9G20)
|
defined(CONFIG_AT91SAM9263) || defined(CONFIG_AT91SAM9G20) || \
|
||||||
|
defined(CONFIG_AT91SAM9261)
|
||||||
/* Enable PLLB */
|
/* Enable PLLB */
|
||||||
at91_sys_write(AT91_CKGR_PLLBR, get_pllb_init());
|
at91_sys_write(AT91_CKGR_PLLBR, get_pllb_init());
|
||||||
while ((at91_sys_read(AT91_PMC_SR) & AT91_PMC_LOCKB) != AT91_PMC_LOCKB)
|
while ((at91_sys_read(AT91_PMC_SR) & AT91_PMC_LOCKB) != AT91_PMC_LOCKB)
|
||||||
|
|
Loading…
Reference in a new issue