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

Commit c4bb7e5e authored by Thierry Strudel's avatar Thierry Strudel Committed by Mark Salyzyn
Browse files

ANDROID: GKI: power_supply: Add operating frequency property



Signed-off-by: default avatarPatrick Tjin <pattjin@google.com>
Bug: 127374126
(cherry picked from commit e0bb03882c146ce9676430296e3239bdad42c3a0)
Signed-off-by: default avatarThierry Strudel <tstrudel@google.com>
(cherry picked from commit 99b6e1d28b835dab8d870742f53a94a628d61a47)
Signed-off-by: default avatarMark Salyzyn <salyzyn@google.com>
Bug: 150789066
Change-Id: I9d8ce5c6bea6c5b98549ea659f4ec22170041a90
parent 958192fe
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -475,6 +475,7 @@ static struct device_attribute power_supply_attrs[] = {
	POWER_SUPPLY_ATTR(dead_battery),
	POWER_SUPPLY_ATTR(voltage_fifo),
	POWER_SUPPLY_ATTR(cc_uah),
	POWER_SUPPLY_ATTR(operating_freq),
	/* Capacity Estimation */
	POWER_SUPPLY_ATTR(batt_ce_ctrl),
	POWER_SUPPLY_ATTR(batt_ce_full),
+1 −0
Original line number Diff line number Diff line
@@ -340,6 +340,7 @@ enum power_supply_property {
	POWER_SUPPLY_PROP_DEAD_BATTERY,
	POWER_SUPPLY_PROP_VOLTAGE_FIFO,
	POWER_SUPPLY_PROP_CC_UAH,
	POWER_SUPPLY_PROP_OPERATING_FREQ,
	/* Capacity Estimation */
	POWER_SUPPLY_PROP_BATT_CE_CTRL,
	POWER_SUPPLY_PROP_CHARGE_FULL_ESTIMATE,