diff options
Diffstat (limited to 'drivers/power/regulator/regulator_common.h')
-rw-r--r-- | drivers/power/regulator/regulator_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/power/regulator/regulator_common.h b/drivers/power/regulator/regulator_common.h index d4962899d83..799c968d0b6 100644 --- a/drivers/power/regulator/regulator_common.h +++ b/drivers/power/regulator/regulator_common.h @@ -14,6 +14,7 @@ struct regulator_common_plat { unsigned int startup_delay_us; unsigned int off_on_delay_us; unsigned int enable_count; + struct udevice *vin_supply; }; int regulator_common_of_to_plat(struct udevice *dev, |