Skip to content

Commit f16a9d7

Browse files
M-Vaittinenlag-linaro
authored andcommitted
regulator: bd71828: Support ROHM BD72720
ROHM BD72720 is a power management IC which integrates 10 buck and 11 LDO regulators. This PMIC has plenty of commonalities with the BD71828 and BD71879. The BD72720 does also have similar 'run-level'-concept as the BD71828 had. It allows controlling the regulator's 'en masse', although only BUCK1 and LDO1 can utilize this in BD72720. Similar to BD71828, this 'en masse' -control is not supported by this driver. Support the voltage and enable/disable state control for the BD72720. Signed-off-by: Matti Vaittinen <mazziesaccount@gmail.com> Reviewed-by: Mark Brown <broonie@kernel.org> Link: https://patch.msgid.link/88b82128648516d9dbb173044042f2a7a5dfdf1c.1765804226.git.mazziesaccount@gmail.com Signed-off-by: Lee Jones <lee@kernel.org>
1 parent 8dc33b7 commit f16a9d7

2 files changed

Lines changed: 992 additions & 9 deletions

File tree

drivers/regulator/Kconfig

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -241,13 +241,13 @@ config REGULATOR_BD71815
241241
will be called bd71815-regulator.
242242

243243
config REGULATOR_BD71828
244-
tristate "ROHM BD71828 Power Regulator"
244+
tristate "ROHM BD71828, BD72720 and BD73900 Power Regulators"
245245
depends on MFD_ROHM_BD71828
246246
select REGULATOR_ROHM
247247
help
248-
This driver supports voltage regulators on ROHM BD71828 PMIC.
249-
This will enable support for the software controllable buck
250-
and LDO regulators.
248+
This driver supports voltage regulators on ROHM BD71828,
249+
BD71879, BD72720 and BD73900 PMICs. This will enable
250+
support for the software controllable buck and LDO regulators.
251251

252252
This driver can also be built as a module. If so, the module
253253
will be called bd71828-regulator.

0 commit comments

Comments
 (0)