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

Commit 79f64706 authored by Xiaozhe Shi's avatar Xiaozhe Shi
Browse files

power: power_supply: add new enums for DP_DM



Add the ICL_DOWN and ICL_UP enums for POWER_SUPPLY_PROP_DP_DM in order
to allow hvdcpd to configure the relative input current limit.

CRs-Fixed: 930588
Change-Id: I80e37e241e145a81d6defe69fe5cbab1127cf933
Signed-off-by: default avatarXiaozhe Shi <xiaozhes@codeaurora.org>
parent b3a9d317
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -99,6 +99,8 @@ enum {
	POWER_SUPPLY_DP_DM_DPF_DMF = 8,
	POWER_SUPPLY_DP_DM_DPR_DMR = 9,
	POWER_SUPPLY_DP_DM_HVDCP3_SUPPORTED = 10,
	POWER_SUPPLY_DP_DM_ICL_DOWN = 11,
	POWER_SUPPLY_DP_DM_ICL_UP = 12,
};

enum power_supply_property {