Skip to content

Commit 1cc5a52

Browse files
AngeloGioacchino Del Regnobroonie
authored andcommitted
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>
1 parent e22943e commit 1cc5a52

File tree

4 files changed

+459
-0
lines changed

4 files changed

+459
-0
lines changed

drivers/regulator/Kconfig

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -796,6 +796,15 @@ config REGULATOR_MT6331
796796
This driver supports the control of different power rails of device
797797
through regulator interface
798798

799+
config REGULATOR_MT6332
800+
tristate "MediaTek MT6332 PMIC"
801+
depends on MFD_MT6397
802+
help
803+
Say y here to select this option to enable the power regulator of
804+
MediaTek MT6332 PMIC.
805+
This driver supports the control of different power rails of device
806+
through regulator interface
807+
799808
config REGULATOR_MT6358
800809
tristate "MediaTek MT6358 PMIC"
801810
depends on MFD_MT6397

drivers/regulator/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ obj-$(CONFIG_REGULATOR_MT6311) += mt6311-regulator.o
9696
obj-$(CONFIG_REGULATOR_MT6315) += mt6315-regulator.o
9797
obj-$(CONFIG_REGULATOR_MT6323) += mt6323-regulator.o
9898
obj-$(CONFIG_REGULATOR_MT6331) += mt6331-regulator.o
99+
obj-$(CONFIG_REGULATOR_MT6332) += mt6332-regulator.o
99100
obj-$(CONFIG_REGULATOR_MT6358) += mt6358-regulator.o
100101
obj-$(CONFIG_REGULATOR_MT6359) += mt6359-regulator.o
101102
obj-$(CONFIG_REGULATOR_MT6360) += mt6360-regulator.o

0 commit comments

Comments
 (0)