提交 014c46db 编写于 作者: K Kevin Hilman

OMAP3: PM: Ensure PRCM interrupts are cleared at boot

Signed-off-by: NKevin Hilman <khilman@deeprootsystems.com>
上级 94a3ef6f
......@@ -595,6 +595,9 @@ static void __init prcm_setup_regs(void)
prm_write_mod_reg(OMAP3430_IO_EN | OMAP3430_WKUP_EN,
OCP_MOD, OMAP3_PRM_IRQENABLE_MPU_OFFSET);
/* Clear any pending PRCM interrupts */
prm_write_mod_reg(0, OCP_MOD, OMAP3_PRM_IRQSTATUS_MPU_OFFSET);
omap3_iva_idle();
omap3_d2d_idle();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册