ANDROID: power_supply: Add RTX power-supply property
Bug: 155145996 Signed-off-by: yihsiangpeng <yihsiangpeng@google.com> Change-Id: I716ccfe3224debe5747e483c5acce01b51e6fa6b
This commit is contained in:
parent
9af51e3fbc
commit
6efb91e10a
2 changed files with 2 additions and 0 deletions
|
@ -477,6 +477,7 @@ static struct device_attribute power_supply_attrs[] = {
|
|||
POWER_SUPPLY_ATTR(operating_freq),
|
||||
POWER_SUPPLY_ATTR(aicl_delay),
|
||||
POWER_SUPPLY_ATTR(aicl_icl),
|
||||
POWER_SUPPLY_ATTR(rtx),
|
||||
POWER_SUPPLY_ATTR(cutoff_soc),
|
||||
POWER_SUPPLY_ATTR(sys_soc),
|
||||
POWER_SUPPLY_ATTR(batt_soc),
|
||||
|
|
|
@ -360,6 +360,7 @@ enum power_supply_property {
|
|||
POWER_SUPPLY_PROP_OPERATING_FREQ,
|
||||
POWER_SUPPLY_PROP_AICL_DELAY,
|
||||
POWER_SUPPLY_PROP_AICL_ICL,
|
||||
POWER_SUPPLY_PROP_RTX,
|
||||
POWER_SUPPLY_PROP_CUTOFF_SOC,
|
||||
POWER_SUPPLY_PROP_SYS_SOC,
|
||||
POWER_SUPPLY_PROP_BATT_SOC,
|
||||
|
|
Loading…
Reference in a new issue