diff options
author | Saravanan Sekar <sravanhome@gmail.com> | 2020-01-09 22:53:46 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-01-10 00:24:54 +0300 |
commit | 6501c1f54a172fb0a4a9413eb62ab672ab3d8e7c (patch) | |
tree | 8f5b870b420471d873e60bcbb4c30dedef81d4b6 /drivers/regulator/Makefile | |
parent | c5bae95b4e60a07dd4f06452ccae5805ed16b40d (diff) | |
download | linux-6501c1f54a172fb0a4a9413eb62ab672ab3d8e7c.tar.xz |
regulator: mpq7920: add mpq7920 regulator driver
Adding regulator driver for the device mpq7920.
The MPQ7920 PMIC device contains four DC-DC buck converters and
five regulators, is designed for automotive and accessed over I2C.
Fixed sparse warning reported on this patch
Reported-by: kbuild test robot <lkp@intel.com>
Signed-off-by: Saravanan Sekar <sravanhome@gmail.com>
Link: https://lore.kernel.org/r/20200109195346.30270-1-sravanhome@gmail.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 8ba8e5deebbd..b8c9072f8500 100644 --- a/drivers/regulator/Makefile +++ b/drivers/regulator/Makefile @@ -79,6 +79,7 @@ obj-$(CONFIG_REGULATOR_MC13892) += mc13892-regulator.o obj-$(CONFIG_REGULATOR_MC13XXX_CORE) += mc13xxx-regulator-core.o obj-$(CONFIG_REGULATOR_MCP16502) += mcp16502.o obj-$(CONFIG_REGULATOR_MP8859) += mp8859.o +obj-$(CONFIG_REGULATOR_MPQ7920) += mpq7920.o obj-$(CONFIG_REGULATOR_MT6311) += mt6311-regulator.o obj-$(CONFIG_REGULATOR_MT6323) += mt6323-regulator.o obj-$(CONFIG_REGULATOR_MT6358) += mt6358-regulator.o |