|
@@ -157,7 +157,9 @@ static struct regulator_ops axp20x_ops_sw = {
|
|
|
static const struct regulator_linear_range axp20x_ldo4_ranges[] = {
|
|
|
REGULATOR_LINEAR_RANGE(1250000, 0x0, 0x0, 0),
|
|
|
REGULATOR_LINEAR_RANGE(1300000, 0x1, 0x8, 100000),
|
|
|
- REGULATOR_LINEAR_RANGE(2500000, 0x9, 0xf, 100000),
|
|
|
+ REGULATOR_LINEAR_RANGE(2500000, 0x9, 0x9, 0),
|
|
|
+ REGULATOR_LINEAR_RANGE(2700000, 0xa, 0xb, 100000),
|
|
|
+ REGULATOR_LINEAR_RANGE(3000000, 0xc, 0xf, 100000),
|
|
|
};
|
|
|
|
|
|
static const struct regulator_desc axp20x_regulators[] = {
|