Skip to content

Commit 4b6b643

Browse files
skayodesfllag-linaro
authored andcommitted
power: supply: pf1550: add battery charger support
Add support for the battery charger for pf1550 PMIC. Signed-off-by: Samuel Kayode <samuel.kayode@savoirfairelinux.com> Acked-by: Sebastian Reichel <sebastian.reichel@collabora.com> Reviewed-by: Frank Li <Frank.Li@nxp.com> Tested-by: Sean Nyekjaer <sean@geanix.com> Link: https://patch.msgid.link/20251001-pf1550-v12-5-a3302aa41687@savoirfairelinux.com Signed-off-by: Lee Jones <lee@kernel.org>
1 parent 9acb215 commit 4b6b643

3 files changed

Lines changed: 653 additions & 0 deletions

File tree

drivers/power/supply/Kconfig

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -486,6 +486,17 @@ config CHARGER_88PM860X
486486
help
487487
Say Y here to enable charger for Marvell 88PM860x chip.
488488

489+
config CHARGER_PF1550
490+
tristate "NXP PF1550 battery charger driver"
491+
depends on MFD_PF1550
492+
help
493+
Say Y to enable support for the NXP PF1550 battery charger.
494+
The device is a single cell Li-Ion/Li-Polymer battery charger for
495+
portable application.
496+
497+
This driver can also be built as a module. If so, the module will be
498+
called pf1550-charger.
499+
489500
config BATTERY_RX51
490501
tristate "Nokia RX-51 (N900) battery driver"
491502
depends on TWL4030_MADC

drivers/power/supply/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ obj-$(CONFIG_CHARGER_RT9467) += rt9467-charger.o
6666
obj-$(CONFIG_CHARGER_RT9471) += rt9471.o
6767
obj-$(CONFIG_BATTERY_TWL4030_MADC) += twl4030_madc_battery.o
6868
obj-$(CONFIG_CHARGER_88PM860X) += 88pm860x_charger.o
69+
obj-$(CONFIG_CHARGER_PF1550) += pf1550-charger.o
6970
obj-$(CONFIG_BATTERY_RX51) += rx51_battery.o
7071
obj-$(CONFIG_AB8500_BM) += ab8500_bmdata.o ab8500_charger.o ab8500_fg.o ab8500_btemp.o ab8500_chargalg.o
7172
obj-$(CONFIG_CHARGER_CPCAP) += cpcap-charger.o

0 commit comments

Comments
 (0)