mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
i.MX31: Allow interrupts in thread context, not just ISR context, during the lengthy DVFS voltage ramp-up delay. Also, explicitly enable them just before mc13783_init since that does anyway because of the PMIC write inside it.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29116 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6d2e7769e2
commit
0a98e8af9d
2 changed files with 19 additions and 14 deletions
|
|
@ -69,6 +69,7 @@ void INIT_ATTR kernel_device_init(void)
|
|||
{
|
||||
sdma_init();
|
||||
spi_init();
|
||||
enable_interrupt(IRQ_FIQ_STATUS);
|
||||
mc13783_init();
|
||||
dvfs_dptc_init();
|
||||
dvfs_wfi_monitor(true); /* Monitor the WFI signal */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue