mirror of https://github.com/armbian/build.git
sunxi-6.11: Re-extract the megous patches
This commit is contained in:
parent
e765a31358
commit
ed323cbda6
|
@ -41,8 +41,8 @@ index 210be590691c..19b5f332fa75 100644
|
|||
return -EINVAL;
|
||||
}
|
||||
@@ -563,6 +574,8 @@ static enum power_supply_property axp20x_battery_props[] = {
|
||||
POWER_SUPPLY_PROP_VOLTAGE_MAX_DESIGN,
|
||||
POWER_SUPPLY_PROP_VOLTAGE_MIN_DESIGN,
|
||||
POWER_SUPPLY_PROP_VOLTAGE_MAX,
|
||||
POWER_SUPPLY_PROP_VOLTAGE_MIN,
|
||||
POWER_SUPPLY_PROP_CAPACITY,
|
||||
+ POWER_SUPPLY_PROP_ENERGY_FULL_DESIGN,
|
||||
+ POWER_SUPPLY_PROP_ENERGY_EMPTY_DESIGN,
|
||||
|
|
|
@ -70,8 +70,8 @@ index b7b3e6b945dd..4e084b83e7cf 100644
|
|||
{
|
||||
return psp == POWER_SUPPLY_PROP_STATUS ||
|
||||
+ psp == POWER_SUPPLY_PROP_CHARGE_BEHAVIOUR ||
|
||||
psp == POWER_SUPPLY_PROP_VOLTAGE_MIN_DESIGN ||
|
||||
psp == POWER_SUPPLY_PROP_VOLTAGE_MAX_DESIGN ||
|
||||
psp == POWER_SUPPLY_PROP_VOLTAGE_MIN ||
|
||||
psp == POWER_SUPPLY_PROP_VOLTAGE_MAX ||
|
||||
psp == POWER_SUPPLY_PROP_CONSTANT_CHARGE_CURRENT ||
|
||||
@@ -554,6 +584,7 @@ static const struct power_supply_desc axp20x_batt_ps_desc = {
|
||||
.property_is_writeable = axp20x_battery_prop_writeable,
|
||||
|
|
|
@ -55,8 +55,8 @@ index f24520719a74..bad981c349ff 100644
|
|||
POWER_SUPPLY_PROP_CONSTANT_CHARGE_CURRENT_MAX,
|
||||
POWER_SUPPLY_PROP_HEALTH,
|
||||
+ POWER_SUPPLY_PROP_VOLTAGE_OCV,
|
||||
POWER_SUPPLY_PROP_VOLTAGE_MAX_DESIGN,
|
||||
POWER_SUPPLY_PROP_VOLTAGE_MIN_DESIGN,
|
||||
POWER_SUPPLY_PROP_VOLTAGE_MAX,
|
||||
POWER_SUPPLY_PROP_VOLTAGE_MIN,
|
||||
POWER_SUPPLY_PROP_CAPACITY,
|
||||
--
|
||||
2.35.3
|
||||
|
|
Loading…
Reference in New Issue