mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
ANDROID: GKI: power: supply: Remove "Wipower" PSY type
Remove "Wipower" PSY type as it is not used by any driver. Change-Id: Ib198b38a22c275ff1c390f1e5eac12a4e914b66b Signed-off-by: Guru Das Srinagesh <gurus@codeaurora.org> (cherry picked from commit 5573bd8e6fb4b03d105f32dc0a5dee3b8b8f60f9) Signed-off-by: Mark Salyzyn <salyzyn@google.com> Bug: 150789066
This commit is contained in:
@@ -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", "USB_HVDCP_3P5", "Wireless", "USB_FLOAT",
|
||||
"BMS", "Parallel", "Main", "Wipower", "USB_C_UFP", "USB_C_DFP",
|
||||
"BMS", "Parallel", "Main", "USB_C_UFP", "USB_C_DFP",
|
||||
"Charge_Pump",
|
||||
};
|
||||
|
||||
|
||||
@@ -419,7 +419,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 */
|
||||
|
||||
Reference in New Issue
Block a user