diff options
author | Mark Brown <broonie@kernel.org> | 2022-12-02 14:53:13 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-12-02 14:53:13 +0100 |
commit | 1d2633848e742be3e4dc2a7c064088a18b4756d8 (patch) | |
tree | f0ad7d6bf5f5c31dd0b4c2ba754cd1fa591850f5 /drivers/regulator/Makefile | |
parent | regulator: core: fix resource leak in regulator_register() (diff) | |
parent | regulator: add mt6357 regulator (diff) | |
download | linux-1d2633848e742be3e4dc2a7c064088a18b4756d8.tar.xz linux-1d2633848e742be3e4dc2a7c064088a18b4756d8.zip |
Add MediaTek MT6357 PMIC support
Merge series from Alexandre Mergnat <amergnat@baylibre.com>:
This adds regulator support for the MT6357 PMIC.
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 |