regulator: add support for SY8824C regulator
authorJisheng Zhang <Jisheng.Zhang@synaptics.com>
Tue, 27 Aug 2019 08:45:33 +0000 (08:45 +0000)
committerMark Brown <broonie@kernel.org>
Tue, 27 Aug 2019 19:45:50 +0000 (20:45 +0100)
commitd5a2b8220335a605ce22357dd71864f942dda2b9
tree8e771767466041e8c1c5a04d267c04b452a8b058
parentd3733bc80a5c992679ba9c117c2649ba305338ca
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>
drivers/regulator/Kconfig
drivers/regulator/Makefile
drivers/regulator/sy8824x.c [new file with mode: 0644]