diff options
| author | Karel Balej <balejk@matfyz.cz> | 2024-05-31 19:34:58 +0200 |
|---|---|---|
| committer | Lee Jones <lee@kernel.org> | 2024-06-28 15:41:11 +0100 |
| commit | 5d1a5144396e9570efea02d467df0a68fd28db6f (patch) | |
| tree | a94e3885904edfa3a0265893270c874ace9fbf29 /drivers/regulator/Makefile | |
| parent | 860f8e3beac0b800bbe20f23c5f3440b1c470b8f (diff) | |
| download | linux-5d1a5144396e9570efea02d467df0a68fd28db6f.tar.gz linux-5d1a5144396e9570efea02d467df0a68fd28db6f.zip | |
regulator: Add regulators driver for Marvell 88PM886 PMIC
Support the LDO and buck regulators of the Marvell 88PM886 PMIC.
Signed-off-by: Karel Balej <balejk@matfyz.cz>
Reviewed-by: Mark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20240531175109.15599-4-balejk@matfyz.cz
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 ba15fa5f30ad..0cce5517c85d 100644 --- a/drivers/regulator/Makefile +++ b/drivers/regulator/Makefile @@ -14,6 +14,7 @@ obj-$(CONFIG_REGULATOR_USERSPACE_CONSUMER) += userspace-consumer.o obj-$(CONFIG_REGULATOR_88PG86X) += 88pg86x.o obj-$(CONFIG_REGULATOR_88PM800) += 88pm800-regulator.o obj-$(CONFIG_REGULATOR_88PM8607) += 88pm8607.o +obj-$(CONFIG_REGULATOR_88PM886) += 88pm886-regulator.o obj-$(CONFIG_REGULATOR_CROS_EC) += cros-ec-regulator.o obj-$(CONFIG_REGULATOR_CPCAP) += cpcap-regulator.o obj-$(CONFIG_REGULATOR_AAT2870) += aat2870-regulator.o |
