mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-01 04:53:09 -04:00
[ARM] pxa/cm-x300: fix da903x IRQ line assignment
Signed-off-by: Igor Grinberg <grinberg@compulab.co.il> Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
This commit is contained in:
@@ -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,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user