Skip to content

Commit f0fdfc0

Browse files
Adam Wardbroonie
authored andcommitted
regulator: da9121: Fix DA914x current values
Update DA9141/2 ranges to correct errors Signed-off-by: Adam Ward <Adam.Ward.opensource@diasemi.com> Link: https://lore.kernel.org/r/cd5732c5061ce49dcfbcebb306d12ba1664b4ea6.1645489455.git.Adam.Ward.opensource@diasemi.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 4e2a354 commit f0fdfc0

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

drivers/regulator/da9121-regulator.c

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -87,16 +87,16 @@ static struct da9121_range da9121_3A_1phase_current = {
8787
};
8888

8989
static struct da9121_range da914x_40A_4phase_current = {
90-
.val_min = 14000000,
91-
.val_max = 80000000,
92-
.val_stp = 2000000,
90+
.val_min = 26000000,
91+
.val_max = 78000000,
92+
.val_stp = 4000000,
9393
.reg_min = 1,
9494
.reg_max = 14,
9595
};
9696

9797
static struct da9121_range da914x_20A_2phase_current = {
98-
.val_min = 7000000,
99-
.val_max = 40000000,
98+
.val_min = 13000000,
99+
.val_max = 39000000,
100100
.val_stp = 2000000,
101101
.reg_min = 1,
102102
.reg_max = 14,

0 commit comments

Comments
 (0)