regulator: Add driver for MT6331 PMIC regulators
authorAngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Tue, 13 Sep 2022 12:34:54 +0000 (14:34 +0200)
committerMark Brown <broonie@kernel.org>
Tue, 13 Sep 2022 14:04:56 +0000 (15:04 +0100)
commit6f7a71f804287a7566314ab1a73d8ca2c18ca0d7
tree1469e858f042859a179f52062421fbfe006d866e
parent6385e21692bbb0b35eca8120d576b3c1ba1ad9d3
regulator: Add driver for MT6331 PMIC regulators

Add a driver for the regulators found in the MT6331 PMIC.
This PMIC features six buck and 21 Low DropOut (LDO) regulators.

Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Link: https://lore.kernel.org/r/20220913123456.384513-3-angelogioacchino.delregno@collabora.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/Kconfig
drivers/regulator/Makefile
drivers/regulator/mt6331-regulator.c [new file with mode: 0644]
include/linux/regulator/mt6331-regulator.h [new file with mode: 0644]