diff options
author | Patrick Rudolph <patrick.rudolph@9elements.com> | 2022-07-05 14:22:41 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-07-05 15:25:19 +0200 |
commit | 38493f008deb435577361d4c4cdd69f7bb30f4b9 (patch) | |
tree | d29885420bd104eaa0933af2300b3e12f79be481 /drivers/regulator/Makefile | |
parent | regulator: qcom_smd: Add PM8909 and fix pm8916_pldo range (diff) | |
download | linux-38493f008deb435577361d4c4cdd69f7bb30f4b9.tar.xz linux-38493f008deb435577361d4c4cdd69f7bb30f4b9.zip |
regulator: max597x: Add support for max597x regulator
max597x is hot swap controller.
This regulator driver controls the same & also configures fault
protection features supported by the chip.
Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
Signed-off-by: Marcello Sylvester Bauer <sylv@sylv.io>
Signed-off-by: Naresh Solanki <Naresh.Solanki@9elements.com>
Link: https://lore.kernel.org/r/20220705122244.472894-4-Naresh.Solanki@9elements.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 a9c392587120..fa49bb6cc544 100644 --- a/drivers/regulator/Makefile +++ b/drivers/regulator/Makefile @@ -67,6 +67,7 @@ obj-$(CONFIG_REGULATOR_LTC3589) += ltc3589.o obj-$(CONFIG_REGULATOR_LTC3676) += ltc3676.o obj-$(CONFIG_REGULATOR_MAX14577) += max14577-regulator.o obj-$(CONFIG_REGULATOR_MAX1586) += max1586.o +obj-$(CONFIG_REGULATOR_MAX597X) += max597x-regulator.o obj-$(CONFIG_REGULATOR_MAX77620) += max77620-regulator.o obj-$(CONFIG_REGULATOR_MAX77650) += max77650-regulator.o obj-$(CONFIG_REGULATOR_MAX8649) += max8649.o |