Skip to content

Commit

Permalink
[ARM] pxa/cm-x300: fix da903x IRQ line assignment
Browse files Browse the repository at this point in the history
Signed-off-by: Igor Grinberg <grinberg@compulab.co.il>
Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
  • Loading branch information
Igor Grinberg authored and Eric Miao committed May 11, 2010
1 parent d768c67 commit e4e3097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-pxa/cm-x300.c
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@ static struct da903x_platform_data cm_x300_da9030_info = {

static struct i2c_board_info cm_x300_pmic_info = {
I2C_BOARD_INFO("da9030", 0x49),
.irq = IRQ_GPIO(0),
.irq = IRQ_WAKEUP0,
.platform_data = &cm_x300_da9030_info,
};

Expand Down

0 comments on commit e4e3097

Please sign in to comment.