mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 10:58:48 +09:00
power: supply: charger: add sc89601 charger driver
Change-Id: I504f598906fda580401bddf4cc7b33af633a8762 Signed-off-by: Zain Wang <wzz@rock-chips.com>
This commit is contained in:
@@ -584,6 +584,14 @@ config CHARGER_SC8551
|
||||
help
|
||||
Say Y to enable support for the SC8551 battery pump charger.
|
||||
|
||||
config CHARGER_SC89601
|
||||
tristate "SC89601 battery charger driver"
|
||||
depends on I2C
|
||||
depends on GPIOLIB || COMPILE_TEST
|
||||
select REGMAP_I2C
|
||||
help
|
||||
Say Y to enable support for the SC89601 battery charger.
|
||||
|
||||
config CHARGER_SC89890
|
||||
tristate "SC89890 battery charger driver"
|
||||
depends on I2C
|
||||
|
||||
@@ -104,6 +104,7 @@ obj-$(CONFIG_CHARGER_RK818) += rk818_charger.o
|
||||
obj-$(CONFIG_CHARGER_SGM41542) += sgm41542_charger.o
|
||||
obj-$(CONFIG_CHARGER_SMB347) += smb347-charger.o
|
||||
obj-$(CONFIG_CHARGER_SC8551) += sc8551_charger.o
|
||||
obj-$(CONFIG_CHARGER_SC89601) += sc89601_charger.o
|
||||
obj-$(CONFIG_CHARGER_SC89890) += sc89890_charger.o
|
||||
obj-$(CONFIG_CHARGER_TPS65090) += tps65090-charger.o
|
||||
obj-$(CONFIG_CHARGER_TPS65217) += tps65217_charger.o
|
||||
|
||||
1193
drivers/power/supply/sc89601_charger.c
Normal file
1193
drivers/power/supply/sc89601_charger.c
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user