diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-04-23 19:44:16 +0100 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-05-20 08:13:37 -0500 |
commit | 5927467d0ca274bc3b8eed9fd5db964bbde56e1c (patch) | |
tree | fd531f890b936663a77440eaf80203ed0ac97c28 /include | |
parent | d781009ca6bb5b9711c74700242855e0a70ee7a3 (diff) | |
download | linux-5927467d0ca274bc3b8eed9fd5db964bbde56e1c.tar.bz2 |
mfd: arizona: Support use of external DCVDD
When the device is used with an external DCVDD supply instead of the
internal LDO1 then an extra step is required when suspending and resuming
the device.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/mfd/arizona/core.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/mfd/arizona/core.h b/include/linux/mfd/arizona/core.h index cc281368dc55..f797bb9b8b56 100644 --- a/include/linux/mfd/arizona/core.h +++ b/include/linux/mfd/arizona/core.h @@ -95,6 +95,8 @@ struct arizona { struct arizona_pdata pdata; + unsigned int external_dcvdd:1; + int irq; struct irq_domain *virq; struct regmap_irq_chip_data *aod_irq_chip; |