diff options
author | Wadim Egorov <w.egorov@phytec.de> | 2016-08-29 13:07:59 +0200 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2016-08-31 14:48:45 +0200 |
commit | 11375293530bb8434946c8c043f1adf5ffb6be10 (patch) | |
tree | a9aa16c7eeba8a13a9d0585dcbb7ff6ca517f430 /drivers/regulator/Kconfig | |
parent | mfd: rk808: Add RK818 support (diff) | |
download | linux-11375293530bb8434946c8c043f1adf5ffb6be10.tar.xz linux-11375293530bb8434946c8c043f1adf5ffb6be10.zip |
regulator: rk808: Add regulator driver for RK818
Add support for the rk818 regulator. The regulator module consists
of 4 DCDCs, 9 LDOs, 1 switch and 1 BOOST converter which is used to
power OTG and HDMI5V.
The output voltages are configurable and are meant to supply power
to the main processor and other components.
Signed-off-by: Wadim Egorov <w.egorov@phytec.de>
Acked-by: Mark Brown <broonie@kernel.org>
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 6c88e31c01f7..d3a86a8cce86 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig @@ -635,11 +635,11 @@ config REGULATOR_RC5T583 outputs which can be controlled by i2c communication. config REGULATOR_RK808 - tristate "Rockchip RK808 Power regulators" + tristate "Rockchip RK808/RK818 Power regulators" depends on MFD_RK808 help Select this option to enable the power regulator of ROCKCHIP - PMIC RK808. + PMIC 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. |