]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commitdiff
regulator: axp20x: Use regulator_map_voltage_ascend for LDO4
authorAxel Lin <axel.lin@ingics.com>
Tue, 15 Apr 2014 11:58:42 +0000 (19:58 +0800)
committerMark Brown <broonie@linaro.org>
Sun, 1 Jun 2014 12:42:42 +0000 (13:42 +0100)
The voltages in axp20x_ldo4_data table are in ascendant order, so use
regulator_map_voltage_ascend.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
drivers/regulator/axp20x-regulator.c

index 61ae4d4fbdd0c8ef63ef0c39310ae427ac87d156..004aadb7bcc10ec5773a5f3f21294c66eac3862d 100644 (file)
@@ -111,6 +111,7 @@ static struct regulator_ops axp20x_ops_table = {
        .set_voltage_sel        = regulator_set_voltage_sel_regmap,
        .get_voltage_sel        = regulator_get_voltage_sel_regmap,
        .list_voltage           = regulator_list_voltage_table,
+       .map_voltage            = regulator_map_voltage_ascend,
        .enable                 = regulator_enable_regmap,
        .disable                = regulator_disable_regmap,
        .is_enabled             = regulator_is_enabled_regmap,