Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6efb91e1 authored by yihsiangpeng's avatar yihsiangpeng
Browse files

ANDROID: power_supply: Add RTX power-supply property



Bug: 155145996
Signed-off-by: default avataryihsiangpeng <yihsiangpeng@google.com>
Change-Id: I716ccfe3224debe5747e483c5acce01b51e6fa6b
parent 9af51e3f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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),
+1 −0
Original line number Diff line number Diff line
@@ -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,