提交 f8192880 编写于 作者: A Andrew F. Davis 提交者: Mark Brown

regulator: tps65086: Fix 25mV ranges for BUCK regulators 1, 2, and 6

These regualtors output 0v when vsel is 0. The datasheet will be updated
to reflect this.
Signed-off-by: NAndrew F. Davis <afd@ti.com>
Signed-off-by: NMark Brown <broonie@kernel.org>
Cc: stable@vger.kernel.org
上级 d8ca5bd1
...@@ -77,7 +77,8 @@ static const struct regulator_linear_range tps65086_10mv_ranges[] = { ...@@ -77,7 +77,8 @@ static const struct regulator_linear_range tps65086_10mv_ranges[] = {
}; };
static const struct regulator_linear_range tps65086_buck126_25mv_ranges[] = { static const struct regulator_linear_range tps65086_buck126_25mv_ranges[] = {
REGULATOR_LINEAR_RANGE(1000000, 0x0, 0x18, 0), REGULATOR_LINEAR_RANGE(0, 0x0, 0x0, 0),
REGULATOR_LINEAR_RANGE(1000000, 0x1, 0x18, 0),
REGULATOR_LINEAR_RANGE(1025000, 0x19, 0x7F, 25000), REGULATOR_LINEAR_RANGE(1025000, 0x19, 0x7F, 25000),
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册