diff options
Diffstat (limited to 'drivers/regulator')
-rw-r--r-- | drivers/regulator/ab8500.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/regulator/ab8500.c b/drivers/regulator/ab8500.c index dfc790196b34..bb02108c95e1 100644 --- a/drivers/regulator/ab8500.c +++ b/drivers/regulator/ab8500.c | |||
@@ -719,6 +719,7 @@ static struct ab8500_regulator_info | |||
719 | .n_voltages = ARRAY_SIZE(ldo_vauxn_voltages), | 719 | .n_voltages = ARRAY_SIZE(ldo_vauxn_voltages), |
720 | .volt_table = ldo_vauxn_voltages, | 720 | .volt_table = ldo_vauxn_voltages, |
721 | .enable_time = 200, | 721 | .enable_time = 200, |
722 | .supply_name = "vin", | ||
722 | }, | 723 | }, |
723 | .load_lp_uA = 5000, | 724 | .load_lp_uA = 5000, |
724 | .update_bank = 0x04, | 725 | .update_bank = 0x04, |
@@ -741,6 +742,7 @@ static struct ab8500_regulator_info | |||
741 | .n_voltages = ARRAY_SIZE(ldo_vauxn_voltages), | 742 | .n_voltages = ARRAY_SIZE(ldo_vauxn_voltages), |
742 | .volt_table = ldo_vauxn_voltages, | 743 | .volt_table = ldo_vauxn_voltages, |
743 | .enable_time = 200, | 744 | .enable_time = 200, |
745 | .supply_name = "vin", | ||
744 | }, | 746 | }, |
745 | .load_lp_uA = 5000, | 747 | .load_lp_uA = 5000, |
746 | .update_bank = 0x04, | 748 | .update_bank = 0x04, |
@@ -763,6 +765,7 @@ static struct ab8500_regulator_info | |||
763 | .n_voltages = ARRAY_SIZE(ldo_vaux3_voltages), | 765 | .n_voltages = ARRAY_SIZE(ldo_vaux3_voltages), |
764 | .volt_table = ldo_vaux3_voltages, | 766 | .volt_table = ldo_vaux3_voltages, |
765 | .enable_time = 450, | 767 | .enable_time = 450, |
768 | .supply_name = "vin", | ||
766 | }, | 769 | }, |
767 | .load_lp_uA = 5000, | 770 | .load_lp_uA = 5000, |
768 | .update_bank = 0x04, | 771 | .update_bank = 0x04, |