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>
This commit is contained in:
parent
d781009ca6
commit
5927467d0c
2 changed files with 45 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue