From 0e9fc3fd29c8c2d089ee92582068a6374a514cde Mon Sep 17 00:00:00 2001 From: Mike Date: Sun, 10 Mar 2024 15:09:24 -0700 Subject: [PATCH] Fix battery charge current in devicetree overlay --- Code/patch/cm4/20230630/0001-patch-cm4.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/patch/cm4/20230630/0001-patch-cm4.patch b/Code/patch/cm4/20230630/0001-patch-cm4.patch index 87e45d1..b7d5f2b 100644 --- a/Code/patch/cm4/20230630/0001-patch-cm4.patch +++ b/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>; + }; + };