diff options
author | Jisheng Zhang <Jisheng.Zhang@synaptics.com> | 2020-07-02 12:14:38 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-07-02 17:52:00 +0300 |
commit | 38fc6f295726366a0135ca87ab98f3ab92afd81f (patch) | |
tree | 29ccbbd66ca3c4e53aa2b4e68767beec93a980b1 /drivers/regulator/Makefile | |
parent | d5ff5fb977f0c3d07bdb9f87b490c70481c8666f (diff) | |
download | linux-38fc6f295726366a0135ca87ab98f3ab92afd81f.tar.xz |
regulator: add support for SY8827N regulator
The SY8827N from Silergy Corp is a single output DC/DC converter. The
voltage can be controlled via I2C.
Signed-off-by: Jisheng Zhang <Jisheng.Zhang@synaptics.com>
Link: https://lore.kernel.org/r/20200702171438.20edc523@xhacker.debian
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 9f8b6c7494dd..a20670a1eab0 100644 --- a/drivers/regulator/Makefile +++ b/drivers/regulator/Makefile @@ -122,6 +122,7 @@ obj-$(CONFIG_REGULATOR_STPMIC1) += stpmic1_regulator.o obj-$(CONFIG_REGULATOR_STW481X_VMMC) += stw481x-vmmc.o obj-$(CONFIG_REGULATOR_SY8106A) += sy8106a-regulator.o obj-$(CONFIG_REGULATOR_SY8824X) += sy8824x.o +obj-$(CONFIG_REGULATOR_SY8827N) += sy8827n.o obj-$(CONFIG_REGULATOR_TI_ABB) += ti-abb-regulator.o obj-$(CONFIG_REGULATOR_TPS6105X) += tps6105x-regulator.o obj-$(CONFIG_REGULATOR_TPS62360) += tps62360-regulator.o |