diff options
author | Bartosz Golaszewski <bgolaszewski@baylibre.com> | 2019-01-29 16:35:40 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-01-29 18:22:12 +0300 |
commit | bcc61f1c44fd21ef0095c38553d2adfe9c1ccae1 (patch) | |
tree | bf63ac323baa66c83ebc87b79582b8e7faa35ea5 /drivers/regulator/Makefile | |
parent | 1dceee5eb320e76c996ee7e61795299fe40aa4cc (diff) | |
download | linux-bcc61f1c44fd21ef0095c38553d2adfe9c1ccae1.tar.xz |
regulator: max77650: add regulator support
Add regulator support for max77650. We support all four variants of this
PMIC including non-linear voltage table for max77651 SBB1 rail.
Signed-off-by: Bartosz Golaszewski <bgolaszewski@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 960406952119..1169f8a27d91 100644 --- a/drivers/regulator/Makefile +++ b/drivers/regulator/Makefile @@ -61,6 +61,7 @@ obj-$(CONFIG_REGULATOR_LTC3676) += ltc3676.o obj-$(CONFIG_REGULATOR_MAX14577) += max14577-regulator.o obj-$(CONFIG_REGULATOR_MAX1586) += max1586.o obj-$(CONFIG_REGULATOR_MAX77620) += max77620-regulator.o +obj-$(CONFIG_REGULATOR_MAX77650) += max77650-regulator.o obj-$(CONFIG_REGULATOR_MAX8649) += max8649.o obj-$(CONFIG_REGULATOR_MAX8660) += max8660.o obj-$(CONFIG_REGULATOR_MAX8907) += max8907-regulator.o |