diff options
author | Axel Lin <axel.lin@ingics.com> | 2013-04-25 11:33:42 +0800 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-04-25 11:48:37 +0100 |
commit | a1bb63a80ccbbe8ea6582734f8cda008abfa48df (patch) | |
tree | a80cef0608f8652f3a14e0402256ef2e7baa34d5 /drivers/regulator | |
parent | 4d673bbc582331e47af92f6008b0e54752e1a6ea (diff) | |
download | linux-3.10-a1bb63a80ccbbe8ea6582734f8cda008abfa48df.tar.gz linux-3.10-a1bb63a80ccbbe8ea6582734f8cda008abfa48df.tar.bz2 linux-3.10-a1bb63a80ccbbe8ea6582734f8cda008abfa48df.zip |
regulator: tps6507x: Use regulator_map_voltage_ascend
All regulators have ascendant voltage list in this driver.
Use regulator_map_voltage_ascend for them.
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'drivers/regulator')
-rw-r--r-- | drivers/regulator/tps6507x-regulator.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/regulator/tps6507x-regulator.c b/drivers/regulator/tps6507x-regulator.c index 54aa2da7283..4117ff52dba 100644 --- a/drivers/regulator/tps6507x-regulator.c +++ b/drivers/regulator/tps6507x-regulator.c @@ -356,6 +356,7 @@ static struct regulator_ops tps6507x_pmic_ops = { .get_voltage_sel = tps6507x_pmic_get_voltage_sel, .set_voltage_sel = tps6507x_pmic_set_voltage_sel, .list_voltage = regulator_list_voltage_table, + .map_voltage = regulator_map_voltage_ascend, }; #ifdef CONFIG_OF |