Skip to content

Commit b590873

Browse files
seov-nordicjhedberg
authored andcommitted
dts: bindings: regulator: fix npm13xx soft start current enum
The nPM1300 datasheet featured wrong soft start current values which were also used in the DTS bindings for its regulator driver. This fixes the values aligning them with the next release of the document. Signed-off-by: Sergei Ovchinnikov <[email protected]>
1 parent 169db46 commit b590873

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dts/bindings/regulator/nordic,npm13xx-regulator-common.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ child-binding:
6161
soft-start-microamp:
6262
type: int
6363
enum:
64-
- 10000
65-
- 20000
66-
- 35000
64+
- 25000
6765
- 50000
66+
- 75000
67+
- 100000
6868
description: |
6969
Soft start current limit in microamps.
7070

0 commit comments

Comments
 (0)