mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 04:18:39 +08:00
mfd: da9052: Register ability of device to cause a wake-up interrupt
Signed-off-by: Adam Ward <adam.ward.opensource@diasemi.com> Signed-off-by: Lee Jones <lee.jones@linaro.org>
This commit is contained in:
parent
72e341c48f
commit
ed05be5664
@ -262,6 +262,8 @@ int da9052_irq_init(struct da9052 *da9052)
|
||||
goto regmap_err;
|
||||
}
|
||||
|
||||
enable_irq_wake(da9052->chip_irq);
|
||||
|
||||
ret = da9052_request_irq(da9052, DA9052_IRQ_ADC_EOM, "adc-irq",
|
||||
da9052_auxadc_irq, da9052);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user