Fix battery charge current in devicetree overlay

This commit is contained in:
Mike 2024-05-26 07:32:20 -07:00
parent 7ffcc8fbd5
commit cde19495bc

View File

@ -308,7 +308,7 @@ index 000000000000..3ffc51b8fc2d
+ __overlay__ {
+ battery: battery@0 {
+ compatible = "simple-battery";
+ constant_charge_current_max_microamp = <2100000>;
+ constant-charge-current-max-microamp = <2100000>;
+ voltage-min-design-microvolt = <3300000>;
+ };
+ };