diff options
author | Fabien Parent <fparent@baylibre.com> | 2022-11-29 16:57:06 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-12-02 13:23:19 +0100 |
commit | dafc7cde23dca239987d3cd000b11cdccc3728ea (patch) | |
tree | 9d2e2eab87091ad12e46d098b7fbf7699251349a /drivers/regulator/Makefile | |
parent | regulator: dt-bindings: Add binding schema for mt6357 regulators (diff) | |
download | linux-dafc7cde23dca239987d3cd000b11cdccc3728ea.tar.xz linux-dafc7cde23dca239987d3cd000b11cdccc3728ea.zip |
regulator: add mt6357 regulator
Add regulator driver for the MT6357 PMIC.
Signed-off-by: Fabien Parent <fparent@baylibre.com>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Signed-off-by: Alexandre Mergnat <amergnat@baylibre.com>
Link: https://lore.kernel.org/r/20221005-mt6357-support-v7-7-477e60126749@baylibre.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 c3b5cf6cceab..b9f5eb35bf5f 100644 --- a/drivers/regulator/Makefile +++ b/drivers/regulator/Makefile @@ -97,6 +97,7 @@ 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_MT6357) += mt6357-regulator.o obj-$(CONFIG_REGULATOR_MT6358) += mt6358-regulator.o obj-$(CONFIG_REGULATOR_MT6359) += mt6359-regulator.o obj-$(CONFIG_REGULATOR_MT6360) += mt6360-regulator.o |