diff options
author | Alec Li <like@awinic.com> | 2023-08-21 03:53:54 +0000 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-08-21 13:10:21 +0100 |
commit | 2796a01cdf2c639e605088c53a1ac36923ade93c (patch) | |
tree | dbd6086248bee199ebec0a6c83e89c2a247463c4 /drivers/regulator/Makefile | |
parent | 1c6350f2d3b07b0d7281317f1d0c24c892597e5b (diff) | |
download | linux-2796a01cdf2c639e605088c53a1ac36923ade93c.tar.gz linux-2796a01cdf2c639e605088c53a1ac36923ade93c.tar.bz2 linux-2796a01cdf2c639e605088c53a1ac36923ade93c.zip |
regulator: aw37503: add regulator driver for Awinic AW37503
Add regulator driver for the device Awinic AW37503 which is single
inductor - dual output power supply device. AW37503 device is
designed to support general positive/negative driven applications
like TFT display panels.
AW37503 regulator driver supports to enable/disable and set voltage
on its output.
Signed-off-by: Alec Li <like@awinic.com>
Link: https://lore.kernel.org/r/20230821035355.1269976-2-like@awinic.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 08727557b402..23074714a81a 100644 --- a/drivers/regulator/Makefile +++ b/drivers/regulator/Makefile @@ -27,6 +27,7 @@ obj-$(CONFIG_REGULATOR_ARM_SCMI) += scmi-regulator.o obj-$(CONFIG_REGULATOR_AS3711) += as3711-regulator.o obj-$(CONFIG_REGULATOR_AS3722) += as3722-regulator.o obj-$(CONFIG_REGULATOR_ATC260X) += atc260x-regulator.o +obj-$(CONFIG_REGULATOR_AW37503) += aw37503-regulator.o obj-$(CONFIG_REGULATOR_AXP20X) += axp20x-regulator.o obj-$(CONFIG_REGULATOR_BCM590XX) += bcm590xx-regulator.o obj-$(CONFIG_REGULATOR_BD71815) += bd71815-regulator.o |