aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/regulator/tps65086-regulator.c')
-rw-r--r--drivers/regulator/tps65086-regulator.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/regulator/tps65086-regulator.c b/drivers/regulator/tps65086-regulator.c
index 45e96e154690..5a5e9b5bf4be 100644
--- a/drivers/regulator/tps65086-regulator.c
+++ b/drivers/regulator/tps65086-regulator.c
@@ -90,8 +90,8 @@ static const struct regulator_linear_range tps65086_buck345_25mv_ranges[] = {
90static const struct regulator_linear_range tps65086_ldoa1_ranges[] = { 90static const struct regulator_linear_range tps65086_ldoa1_ranges[] = {
91 REGULATOR_LINEAR_RANGE(1350000, 0x0, 0x0, 0), 91 REGULATOR_LINEAR_RANGE(1350000, 0x0, 0x0, 0),
92 REGULATOR_LINEAR_RANGE(1500000, 0x1, 0x7, 100000), 92 REGULATOR_LINEAR_RANGE(1500000, 0x1, 0x7, 100000),
93 REGULATOR_LINEAR_RANGE(2300000, 0x8, 0xA, 100000), 93 REGULATOR_LINEAR_RANGE(2300000, 0x8, 0xB, 100000),
94 REGULATOR_LINEAR_RANGE(2700000, 0xB, 0xD, 150000), 94 REGULATOR_LINEAR_RANGE(2850000, 0xC, 0xD, 150000),
95 REGULATOR_LINEAR_RANGE(3300000, 0xE, 0xE, 0), 95 REGULATOR_LINEAR_RANGE(3300000, 0xE, 0xE, 0),
96}; 96};
97 97