diff options
author | Axel Lin <axel.lin@ingics.com> | 2013-04-02 08:24:23 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-04-03 13:40:29 -0400 |
commit | aca45e9e2fe90c496f238d87c3f27e294e99399a (patch) | |
tree | 6b9d4e647a6668c33298dcb34d14757f9892cfab | |
parent | d7816ab09b4e8c6cbae1ec006558ca7f8c21f4e1 (diff) |
regulator: ab8500: Add missing volt_table setting for AB8540_LDO_TVOUT
This is required for regulator_list_voltage_table() to properly work.
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
-rw-r--r-- | drivers/regulator/ab8500.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/regulator/ab8500.c b/drivers/regulator/ab8500.c index d851c84bfa8c..a8552a582ae7 100644 --- a/drivers/regulator/ab8500.c +++ b/drivers/regulator/ab8500.c | |||
@@ -1662,6 +1662,7 @@ static struct ab8500_regulator_info | |||
1662 | .id = AB8540_LDO_TVOUT, | 1662 | .id = AB8540_LDO_TVOUT, |
1663 | .owner = THIS_MODULE, | 1663 | .owner = THIS_MODULE, |
1664 | .n_voltages = 1, | 1664 | .n_voltages = 1, |
1665 | .volt_table = fixed_2000000_voltage, | ||
1665 | .enable_time = 10000, | 1666 | .enable_time = 10000, |
1666 | }, | 1667 | }, |
1667 | .load_lp_uA = 1000, | 1668 | .load_lp_uA = 1000, |