summaryrefslogtreecommitdiff
path: root/include/linux/mfd/arizona/core.h
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2013-04-23 19:44:16 +0100
committerMark Brown <broonie@opensource.wolfsonmicro.com>2013-05-20 08:13:37 -0500
commit5927467d0ca274bc3b8eed9fd5db964bbde56e1c (patch)
treefd531f890b936663a77440eaf80203ed0ac97c28 /include/linux/mfd/arizona/core.h
parentd781009ca6bb5b9711c74700242855e0a70ee7a3 (diff)
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/linux/mfd/arizona/core.h')
-rw-r--r--include/linux/mfd/arizona/core.h2
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;