Commit 1816cb34 authored by Mark Brown's avatar Mark Brown Committed by Samuel Ortiz

mfd: arizona: Disable all wake sources by default

Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: default avatarSamuel Ortiz <sameo@linux.intel.com>
parent 222bc784
...@@ -192,6 +192,9 @@ int arizona_irq_init(struct arizona *arizona) ...@@ -192,6 +192,9 @@ int arizona_irq_init(struct arizona *arizona)
return -EINVAL; return -EINVAL;
} }
/* Disable all wake sources by default */
regmap_write(arizona->regmap, ARIZONA_WAKE_CONTROL, 0);
if (arizona->pdata.irq_active_high) { if (arizona->pdata.irq_active_high) {
ret = regmap_update_bits(arizona->regmap, ARIZONA_IRQ_CTRL_1, ret = regmap_update_bits(arizona->regmap, ARIZONA_IRQ_CTRL_1,
ARIZONA_IRQ_POL, 0); ARIZONA_IRQ_POL, 0);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment