Skip to content

Commit

Permalink
[ARM] omap: pm34xx: Enable McBSP3 as wakeup for MPU
Browse files Browse the repository at this point in the history
Change-Id: Ie4c479b365dc854b40d6885d302c4f7e524fb87b
Signed-off-by: Mike Chan <mike@android.com>
  • Loading branch information
Mike Chan committed Apr 8, 2010
1 parent 1bced97 commit db12e29
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions arch/arm/mach-omap2/pm34xx.c
Expand Up @@ -985,12 +985,13 @@ static void __init prcm_setup_regs(void)
prm_write_mod_reg(OMAP3430_EN_GPIO2 | OMAP3430_EN_GPIO3 |
OMAP3430_EN_GPIO4 | OMAP3430_EN_GPIO5 |
OMAP3430_EN_GPIO6 | OMAP3430_EN_UART3 |
OMAP3430_EN_MCBSP2 , OMAP3430_PER_MOD, PM_WKEN);
OMAP3430_EN_MCBSP2 | OMAP3430_EN_MCBSP3,
OMAP3430_PER_MOD, PM_WKEN);
/* and allow them to wake up MPU */
prm_write_mod_reg(OMAP3430_GRPSEL_GPIO2 | OMAP3430_EN_GPIO3 |
OMAP3430_GRPSEL_GPIO4 | OMAP3430_EN_GPIO5 |
OMAP3430_GRPSEL_GPIO6 | OMAP3430_EN_UART3 |
OMAP3430_EN_MCBSP2,
OMAP3430_EN_MCBSP2 | OMAP3430_EN_MCBSP3,
OMAP3430_PER_MOD, OMAP3430_PM_MPUGRPSEL);

/* Don't attach IVA interrupts */
Expand Down

0 comments on commit db12e29

Please sign in to comment.