mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
rk27xx: Make sure SD module clock is not gated
Change-Id: Iafc9af6cf4762f16f367705b8c9a3e441420905b
This commit is contained in:
parent
c0a2c3fe3a
commit
13f98df5ed
1 changed files with 1 additions and 0 deletions
|
|
@ -402,6 +402,7 @@ static void init_controller(void)
|
||||||
SCU_IOMUXA_CON |= IOMUX_SD;
|
SCU_IOMUXA_CON |= IOMUX_SD;
|
||||||
|
|
||||||
/* enable and unmask SD interrupts in interrupt controller */
|
/* enable and unmask SD interrupts in interrupt controller */
|
||||||
|
SCU_CLKCFG &= ~(1<<22);
|
||||||
INTC_IMR |= (1<<10);
|
INTC_IMR |= (1<<10);
|
||||||
INTC_IECR |= (1<<10);
|
INTC_IECR |= (1<<10);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue