ec/starlabs/merlin: Set the default changing speed to 1.0C
Change-Id: I0aed42d85bbcebb2eba329d818b8e7b153a9f3b1 Signed-off-by: Sean Rhodes <sean@starlabs.systems> Reviewed-on: https://review.coreboot.org/c/coreboot/+/90836 Reviewed-by: Matt DeVillier <matt.devillier@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
9e865fb880
commit
96d5c3dd54
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ static const struct sm_object charging_speed = SM_DECLARE_ENUM({
|
|||
.ui_name = "Charging Speed",
|
||||
.ui_helptext = "Set the maximum speed to charge the battery. Charging faster"
|
||||
" will increase heat and battery wear.",
|
||||
.default_value = SPEED_0_5C,
|
||||
.default_value = SPEED_1_0C,
|
||||
.values = (const struct sm_enum_value[]) {
|
||||
{ "1.0C", SPEED_1_0C },
|
||||
{ "0.5C", SPEED_0_5C },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue