mirror of
https://github.com/torvalds/linux.git
synced 2024-11-17 09:31:50 +00:00
mfd: arizona: Disable all wake sources by default
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
This commit is contained in:
parent
222bc784dc
commit
1816cb3409
@ -192,6 +192,9 @@ int arizona_irq_init(struct arizona *arizona)
|
||||
return -EINVAL;
|
||||
}
|
||||
|
||||
/* Disable all wake sources by default */
|
||||
regmap_write(arizona->regmap, ARIZONA_WAKE_CONTROL, 0);
|
||||
|
||||
if (arizona->pdata.irq_active_high) {
|
||||
ret = regmap_update_bits(arizona->regmap, ARIZONA_IRQ_CTRL_1,
|
||||
ARIZONA_IRQ_POL, 0);
|
||||
|
Loading…
Reference in New Issue
Block a user