Merge pull request #19 from mikemacwillie/master

Fix Battery Charge Current in PMU Devicetree Overlay
This commit is contained in:
GNU 2024-04-09 13:08:32 +08:00 committed by GitHub
commit 14aa1d6e41
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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