Skip to content

Commit af25277

Browse files
M-Vaittinenlag-linaro
authored andcommitted
mfd: rohm-bd71828: Support ROHM BD72720
The ROHM BD72720 is a power management IC which continues the BD71828 family of PMICs. Similarly to the BD71815 and BD71828, the BD72720 integrates regulators, charger, RTC, clock gate and GPIOs. The main difference to the earlier PMICs is that the BD72720 has two different I2C slave addresses. In addition to the registers behind the 'main I2C address', most of the charger (and to some extent LED) control is done via registers behind a 'secondary I2C slave address', 0x4c. Signed-off-by: Matti Vaittinen <mazziesaccount@gmail.com> Link: https://patch.msgid.link/c7b3f1b25616a0add21cea38019e50a89873b6ac.1765804226.git.mazziesaccount@gmail.com Signed-off-by: Lee Jones <lee@kernel.org>
1 parent ea68063 commit af25277

4 files changed

Lines changed: 1129 additions & 14 deletions

File tree

drivers/mfd/Kconfig

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2217,20 +2217,22 @@ config MFD_ROHM_BD718XX
22172217
and emergency shut down as well as 32,768KHz clock output.
22182218

22192219
config MFD_ROHM_BD71828
2220-
tristate "ROHM BD71828 and BD71815 Power Management IC"
2220+
tristate "ROHM BD718[15/28/79], BD72720 and BD73900 PMICs"
22212221
depends on I2C=y
22222222
depends on OF
22232223
select REGMAP_I2C
22242224
select REGMAP_IRQ
22252225
select MFD_CORE
22262226
help
2227-
Select this option to get support for the ROHM BD71828 and BD71815
2228-
Power Management ICs. BD71828GW and BD71815AGW are single-chip power
2229-
management ICs mainly for battery-powered portable devices.
2230-
The BD71828 integrates 7 buck converters and 7 LDOs. The BD71815
2231-
has 5 bucks, 7 LDOs, and a boost for driving LEDs. Both ICs provide
2232-
also a single-cell linear charger, a Coulomb counter, a real-time
2233-
clock (RTC), GPIOs and a 32.768 kHz clock gate.
2227+
Select this option to get support for the ROHM BD71815, BD71828,
2228+
BD71879, BD72720 and BD73900 Power Management ICs (PMICs). These are
2229+
single-chip Power Management ICs (PMIC), mainly for battery-powered
2230+
portable devices.
2231+
The BD71815 has 5 bucks, 7 LDOs, and a boost for driving LEDs.
2232+
The BD718[28/79] have 7 buck converters and 7 LDOs.
2233+
The BD72720 and the BD73900 have 10 bucks and 11 LDOs.
2234+
All ICs provide a single-cell linear charger, a Coulomb counter,
2235+
a Real-Time Clock (RTC), GPIOs and a 32.768 kHz clock gate.
22342236

22352237
config MFD_ROHM_BD957XMUF
22362238
tristate "ROHM BD9576MUF and BD9573MUF Power Management ICs"

0 commit comments

Comments
 (0)