diff options
author | Jisheng Zhang <Jisheng.Zhang@synaptics.com> | 2019-08-27 10:45:33 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-08-27 21:45:50 +0200 |
commit | d5a2b8220335a605ce22357dd71864f942dda2b9 (patch) | |
tree | 8e771767466041e8c1c5a04d267c04b452a8b058 /drivers/regulator/Makefile | |
parent | regulator: add binding for the SY8824C voltage regulator (diff) | |
download | linux-d5a2b8220335a605ce22357dd71864f942dda2b9.tar.xz linux-d5a2b8220335a605ce22357dd71864f942dda2b9.zip |
regulator: add support for SY8824C regulator
SY8824C is an I2C attached single output regulator made by Silergy Corp,
which is used on several Synaptics berlin platforms to control the
power supply of the ARM cores.
Add a driver for it.
Signed-off-by: Jisheng Zhang <Jisheng.Zhang@synaptics.com>
Link: https://lore.kernel.org/r/20190827163418.1a32fc48@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 eef73b5a35a4..922bf975070f 100644 --- a/drivers/regulator/Makefile +++ b/drivers/regulator/Makefile @@ -111,6 +111,7 @@ obj-$(CONFIG_REGULATOR_STM32_PWR) += stm32-pwr.o 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_TI_ABB) += ti-abb-regulator.o obj-$(CONFIG_REGULATOR_TPS6105X) += tps6105x-regulator.o obj-$(CONFIG_REGULATOR_TPS62360) += tps62360-regulator.o |