Browse Source

Fix battery charge current in devicetree overlay

Mike 2 months ago
parent
commit
0e9fc3fd29
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Code/patch/cm4/20230630/0001-patch-cm4.patch

+ 1 - 1
Code/patch/cm4/20230630/0001-patch-cm4.patch

@@ -363,7 +363,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>;
 +			};
 +		};