diff options
author | Elaine Zhang <zhangqing@rock-chips.com> | 2017-08-21 03:28:36 +0200 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2017-08-21 08:54:12 +0100 |
commit | c4e0d344c1f086c6675f2a22ea6ea71330fb0b57 (patch) | |
tree | 540f0cf383e4c0ddd91d95ee07b0193181794800 /drivers/regulator/Kconfig | |
parent | a5247ca6708ff7dc089d2774c131455774153eb6 (diff) | |
download | op-kernel-dev-c4e0d344c1f086c6675f2a22ea6ea71330fb0b57.zip op-kernel-dev-c4e0d344c1f086c6675f2a22ea6ea71330fb0b57.tar.gz |
regulator: rk808: Add regulator driver for RK805
Add support for the rk805 regulator. The regulator module consists
of 4 DCDCs, 3 LDOs.
The output voltages are configurable and are meant to supply power
to the main processor and other components.
Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
Acked-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/regulator/Kconfig')
-rw-r--r-- | drivers/regulator/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig index 99b9362..008ab58 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig @@ -687,11 +687,11 @@ config REGULATOR_RC5T583 outputs which can be controlled by i2c communication. config REGULATOR_RK808 - tristate "Rockchip RK808/RK818 Power regulators" + tristate "Rockchip RK805/RK808/RK818 Power regulators" depends on MFD_RK808 help Select this option to enable the power regulator of ROCKCHIP - PMIC RK808 and RK818. + PMIC RK805,RK808 and RK818. This driver supports the control of different power rails of device through regulator interface. The device supports multiple DCDC/LDO outputs which can be controlled by i2c communication. |