diff options
author | Okan Sahin <okan.sahin@analog.com> | 2023-04-12 13:12:43 +0200 |
---|---|---|
committer | Lee Jones <lee@kernel.org> | 2023-06-28 16:17:45 +0200 |
commit | c2b2afe6c8811290e4207dcb1d627def32a970f8 (patch) | |
tree | 32c4e462b28b666127d57289f4a843a60a173585 /drivers/regulator/Makefile | |
parent | dt-bindings: regulator: max77541: Add ADI MAX77541/MAX77540 Regulator (diff) | |
download | linux-c2b2afe6c8811290e4207dcb1d627def32a970f8.tar.xz linux-c2b2afe6c8811290e4207dcb1d627def32a970f8.zip |
regulator: max77541: Add ADI MAX77541/MAX77540 Regulator Support
Regulator driver for both MAX77541 and MAX77540.
The MAX77541 is a high-efficiency step-down converter
with two 3A switching phases for single-cell Li+ battery
and 5VDC systems.
The MAX77540 is a high-efficiency step-down converter
with two 3A switching phases.
Signed-off-by: Okan Sahin <okan.sahin@analog.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Mark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20230412111256.40013-3-okan.sahin@analog.com
Signed-off-by: Lee Jones <lee@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 58dfe0147cd4..680ef751f625 100644 --- a/drivers/regulator/Makefile +++ b/drivers/regulator/Makefile @@ -68,6 +68,7 @@ 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_MAX77541) += max77541-regulator.o obj-$(CONFIG_REGULATOR_MAX77620) += max77620-regulator.o obj-$(CONFIG_REGULATOR_MAX77650) += max77650-regulator.o obj-$(CONFIG_REGULATOR_MAX8649) += max8649.o |