[ARM] pxa/cm-x300: enable the IRQ_WAKEUP0 as wakeup source.
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>
This commit is contained in:
parent
1288209651
commit
1b84387ac1
1 changed files with 1 additions and 0 deletions
|
@ -689,6 +689,7 @@ static void __init cm_x300_init_da9030(void)
|
||||||
{
|
{
|
||||||
pxa3xx_set_i2c_power_info(&cm_x300_pwr_i2c_info);
|
pxa3xx_set_i2c_power_info(&cm_x300_pwr_i2c_info);
|
||||||
i2c_register_board_info(1, &cm_x300_pmic_info, 1);
|
i2c_register_board_info(1, &cm_x300_pmic_info, 1);
|
||||||
|
set_irq_wake(IRQ_WAKEUP0, 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void __init cm_x300_init_wi2wi(void)
|
static void __init cm_x300_init_wi2wi(void)
|
||||||
|
|
Loading…
Reference in a new issue