mirror of
https://github.com/LineageOS/android_kernel_fxtec_sm6115.git
synced 2026-04-06 02:23:10 +00: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 5573bd8e6f)
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