diff options
author | Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com> | 2020-09-17 10:03:31 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-09-17 19:25:36 +0200 |
commit | b014e9fae7e7de4329a7092ade4256982c5ce974 (patch) | |
tree | 60794e4f4d981045aa9413cec0ab6539213d2b62 /drivers/regulator/Makefile | |
parent | dt_bindings: regulator: Add ROHM BD9576MUF and BD9573MUF PMICs (diff) | |
download | linux-b014e9fae7e7de4329a7092ade4256982c5ce974.tar.xz linux-b014e9fae7e7de4329a7092ade4256982c5ce974.zip |
regulator: Support ROHM BD9576MUF and BD9573MUF
Add initial support for ROHM BD9576MUF and BD9573MUF PMICs regulators.
These PMICs are mainly used to power the R-Car series processors.
The BD9576 includes some functional-safety features which are not
present on BD9573.
Signed-off-by: Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com>
Link: https://lore.kernel.org/r/78baea1d7922506827ca717e277e4e6b391bbb78.1600329307.git.matti.vaittinen@fi.rohmeurope.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/regulator/Makefile')
-rw-r--r-- | drivers/regulator/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/regulator/Makefile b/drivers/regulator/Makefile index d8d3ecf526a8..92f50f12ca6d 100644 --- a/drivers/regulator/Makefile +++ b/drivers/regulator/Makefile @@ -32,6 +32,7 @@ obj-$(CONFIG_REGULATOR_BD70528) += bd70528-regulator.o obj-$(CONFIG_REGULATOR_BD71828) += bd71828-regulator.o obj-$(CONFIG_REGULATOR_BD718XX) += bd718x7-regulator.o obj-$(CONFIG_REGULATOR_BD9571MWV) += bd9571mwv-regulator.o +obj-$(CONFIG_REGULATOR_BD957XMUF) += bd9576-regulator.o obj-$(CONFIG_REGULATOR_DA903X) += da903x-regulator.o obj-$(CONFIG_REGULATOR_DA9052) += da9052-regulator.o obj-$(CONFIG_REGULATOR_DA9055) += da9055-regulator.o |