Commit f16a9d76 authored by Matti Vaittinen's avatar Matti Vaittinen Committed by Lee Jones
Browse files

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: default avatarMatti Vaittinen <mazziesaccount@gmail.com>
Reviewed-by: default avatarMark Brown <broonie@kernel.org>
Link: https://patch.msgid.link/88b82128648516d9dbb173044042f2a7a5dfdf1c.1765804226.git.mazziesaccount@gmail.com


Signed-off-by: default avatarLee Jones <lee@kernel.org>
parent 8dc33b7c
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -241,13 +241,13 @@ config REGULATOR_BD71815
	  will be called bd71815-regulator.

config REGULATOR_BD71828
	tristate "ROHM BD71828 Power Regulator"
	tristate "ROHM BD71828, BD72720 and BD73900 Power Regulators"
	depends on MFD_ROHM_BD71828
	select REGULATOR_ROHM
	help
	  This driver supports voltage regulators on ROHM BD71828 PMIC.
	  This will enable support for the software controllable buck
	  and LDO regulators.
	  This driver supports voltage regulators on ROHM BD71828,
	  BD71879, BD72720 and BD73900 PMICs. This will enable
	  support for the software controllable buck and LDO regulators.

	  This driver can also be built as a module. If so, the module
	  will be called bd71828-regulator.
+988 −5

File changed.

Preview size limit exceeded, changes collapsed.