Skip to content

Commit 33880cc

Browse files
mfd: da9063: Add wakeup support
Inspired by the patch by Ken Lin <[email protected]> used in Freescale's meta-freescale-3rdparty repository.
1 parent 113092a commit 33880cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/mfd/da9063-core.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ int da9063_device_init(struct da9063 *da9063, unsigned int irq)
181181
da9063->irq_base = -1;
182182
}
183183
da9063->chip_irq = irq;
184+
enable_irq_wake(da9063->chip_irq);
184185

185186
if (pdata && pdata->init != NULL) {
186187
ret = pdata->init(da9063);

0 commit comments

Comments
 (0)