diff options
author | AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> | 2022-09-13 14:34:56 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-09-13 15:04:58 +0100 |
commit | 1cc5a52e873a4f9725eafe5aa9cd213b7b58e29e (patch) | |
tree | 14431d075824f450c1f393ccf89389173aa5ec5a /drivers/regulator/Makefile | |
parent | e22943e32e1fc314b8e2b095ae3495d1bfa9aca5 (diff) | |
download | linux-1cc5a52e873a4f9725eafe5aa9cd213b7b58e29e.tar.gz linux-1cc5a52e873a4f9725eafe5aa9cd213b7b58e29e.tar.bz2 linux-1cc5a52e873a4f9725eafe5aa9cd213b7b58e29e.zip |
regulator: Add driver for MT6332 PMIC regulators
Add a driver for the regulators found in the MT6332 PMICs,
including six buck and four LDO regulators.
Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Link: https://lore.kernel.org/r/20220913123456.384513-5-angelogioacchino.delregno@collabora.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 1d9b2651020e..aada1f7d747b 100644 --- a/drivers/regulator/Makefile +++ b/drivers/regulator/Makefile @@ -96,6 +96,7 @@ obj-$(CONFIG_REGULATOR_MT6311) += mt6311-regulator.o obj-$(CONFIG_REGULATOR_MT6315) += mt6315-regulator.o obj-$(CONFIG_REGULATOR_MT6323) += mt6323-regulator.o obj-$(CONFIG_REGULATOR_MT6331) += mt6331-regulator.o +obj-$(CONFIG_REGULATOR_MT6332) += mt6332-regulator.o obj-$(CONFIG_REGULATOR_MT6358) += mt6358-regulator.o obj-$(CONFIG_REGULATOR_MT6359) += mt6359-regulator.o obj-$(CONFIG_REGULATOR_MT6360) += mt6360-regulator.o |