summaryrefslogtreecommitdiff
path: root/driver/battery/ryu.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver/battery/ryu.c')
-rw-r--r--driver/battery/ryu.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/driver/battery/ryu.c b/driver/battery/ryu.c
index cc945f9605..c109bfb5c1 100644
--- a/driver/battery/ryu.c
+++ b/driver/battery/ryu.c
@@ -21,10 +21,10 @@ static const struct battery_info info = {
/* Pre-charge current: I <= 0.01C */
.precharge_current = 64, /* mA */
/* Operational temperature range */
- .start_charging_min_c = 0,
- .start_charging_max_c = 60,
- .charging_min_c = 0,
- .charging_max_c = 60,
+ .start_charging_min_c = 5,
+ .start_charging_max_c = 50,
+ .charging_min_c = 5,
+ .charging_max_c = 50,
.discharging_min_c = -20,
.discharging_max_c = 60,
};
@@ -130,7 +130,7 @@ int charger_profile_override(struct charge_state_data *curr)
/*
* Okay, impose our custom will:
- * When battery is 0-10C:
+ * When battery is 5-10C:
* CC at 900mA @ 4.35V
* CV at 4.35V until current drops to 450mA
*