aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/Makefile
diff options
context:
space:
mode:
authorJisheng Zhang <Jisheng.Zhang@synaptics.com>2020-07-02 17:14:38 +0800
committerMark Brown <broonie@kernel.org>2020-07-02 15:52:00 +0100
commit38fc6f295726366a0135ca87ab98f3ab92afd81f (patch)
tree29ccbbd66ca3c4e53aa2b4e68767beec93a980b1 /drivers/regulator/Makefile
parentMerge series "Introduce PMIC based USB type C detection" from Wesley Cheng <wcheng@codeaurora.org>: (diff)
downloadlinux-dev-38fc6f295726366a0135ca87ab98f3ab92afd81f.tar.xz
linux-dev-38fc6f295726366a0135ca87ab98f3ab92afd81f.zip
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/Makefile1
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