rk27xx: Make sure SD module clock is not gated

Change-Id: Iafc9af6cf4762f16f367705b8c9a3e441420905b
This commit is contained in:
Marcin Bukat 2012-02-28 10:21:42 +01:00
parent c0a2c3fe3a
commit 13f98df5ed

View file

@ -402,6 +402,7 @@ static void init_controller(void)
SCU_IOMUXA_CON |= IOMUX_SD;
/* enable and unmask SD interrupts in interrupt controller */
SCU_CLKCFG &= ~(1<<22);
INTC_IMR |= (1<<10);
INTC_IECR |= (1<<10);