Skip to content

Commit 142c410

Browse files
committed
boards: thingy91x: Update discharge current limit for npm1300
After the latest update of the "nordic,npm1300-charger" binding, 1000 mA is the maximum value for the dischg-limit-microamp property. Signed-off-by: Andrzej Głąbek <[email protected]>
1 parent eaed57a commit 142c410

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/nordic/thingy91x/thingy91x_common.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
/* Battery specs from LiPol LP803448 datasheet (Dwg. nr. FD_3245_70) */
8484
term-microvolt = <4200000>;
8585
current-microamp = <675000>; /* 0.5C charging current */
86-
dischg-limit-microamp = <1340000>; /* Maximum value for PMIC */
86+
dischg-limit-microamp = <1000000>; /* Maximum value for PMIC */
8787
thermistor-cold-millidegrees = <0>;
8888
thermistor-cool-millidegrees = <0>;
8989
thermistor-warm-millidegrees = <45000>;

0 commit comments

Comments
 (0)