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

Commit 5573bd8e authored by Guru Das Srinagesh's avatar Guru Das Srinagesh
Browse files

power: supply: Remove "Wipower" PSY type



Remove "Wipower" PSY type as it is not used by any driver.

Change-Id: Ib198b38a22c275ff1c390f1e5eac12a4e914b66b
Signed-off-by: default avatarGuru Das Srinagesh <gurus@codeaurora.org>
parent abbdc05c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@ static const char * const power_supply_type_text[] = {
	"USB_DCP", "USB_CDP", "USB_ACA", "USB_C",
	"USB_PD", "USB_PD_DRP", "BrickID",
	"USB_HVDCP", "USB_HVDCP_3", "Wireless", "USB_FLOAT",
	"BMS", "Parallel", "Main", "Wipower", "USB_C_UFP", "USB_C_DFP",
	"BMS", "Parallel", "Main", "USB_C_UFP", "USB_C_DFP",
	"Charge_Pump",
};

+0 −1
Original line number Diff line number Diff line
@@ -389,7 +389,6 @@ enum power_supply_type {
	POWER_SUPPLY_TYPE_BMS,			/* Battery Monitor System */
	POWER_SUPPLY_TYPE_PARALLEL,		/* Parallel Path */
	POWER_SUPPLY_TYPE_MAIN,			/* Main Path */
	POWER_SUPPLY_TYPE_WIPOWER,		/* Wipower */
	POWER_SUPPLY_TYPE_UFP,			/* Type-C UFP */
	POWER_SUPPLY_TYPE_DFP,			/* Type-C DFP */
	POWER_SUPPLY_TYPE_CHARGE_PUMP,		/* Charge Pump */