Skip to content

Commit

Permalink
[ARM] pxa/cm-x300: enable the IRQ_WAKEUP0 as wakeup source.
Browse files Browse the repository at this point in the history
Signed-off-by: Igor Grinberg <grinberg@compulab.co.il>
Signed-off-by: Mike Rapoport <mike@compulab.co.il>
Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
  • Loading branch information
Igor Grinberg authored and Eric Miao committed Aug 5, 2010
1 parent 1288209 commit 1b84387
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/mach-pxa/cm-x300.c
Original file line number Diff line number Diff line change
Expand Up @@ -689,6 +689,7 @@ static void __init cm_x300_init_da9030(void)
{
pxa3xx_set_i2c_power_info(&cm_x300_pwr_i2c_info);
i2c_register_board_info(1, &cm_x300_pmic_info, 1);
set_irq_wake(IRQ_WAKEUP0, 1);
}

static void __init cm_x300_init_wi2wi(void)
Expand Down

0 comments on commit 1b84387

Please sign in to comment.