Re: [PATCH v3 1/4] mfd: max77620: Add backup battery charger support

2019-02-12 Thread Lee Jones
On Tue, 12 Feb 2019, Mark Zhang wrote: > Add PMIC configurations for backup battery charger, which > is a constant voltage and constant current style charger > with a series output resistance. > > The max77620 register CNFGBBC(addr: 0x04) defines the > parameters of backup battery charger. This p

[PATCH v3 1/4] mfd: max77620: Add backup battery charger support

2019-02-11 Thread Mark Zhang
Add PMIC configurations for backup battery charger, which is a constant voltage and constant current style charger with a series output resistance. The max77620 register CNFGBBC(addr: 0x04) defines the parameters of backup battery charger. This patch adds support for it. Signed-off-by: Laxman Dew