diff options
author | Stefan Agner <stefan@agner.ch> | 2016-06-28 22:53:20 -0700 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2016-06-29 10:11:29 +0100 |
commit | ed6d362d8dbc3494cd98cd771737ea8b1407ed61 (patch) | |
tree | a46398ad4a312bc99d10f8c7ed58200d796381bf /drivers/regulator/Kconfig | |
parent | a99ab50dbbb1f982d076d19e0a9959fe2efa3126 (diff) | |
download | linux-ed6d362d8dbc3494cd98cd771737ea8b1407ed61.tar.bz2 |
regulator: rn5t618: Add RN5T567 PMIC support
Extend the driver to support Ricoh RN5T567. Support the additional
DCDC and slightly different voltage range of LDORTC1.
Signed-off-by: Stefan Agner <stefan@agner.ch>
Reviewed-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
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 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig index 144cbf5b3e5a..547269416950 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig @@ -636,10 +636,11 @@ config REGULATOR_RK808 outputs which can be controlled by i2c communication. config REGULATOR_RN5T618 - tristate "Ricoh RN5T618 voltage regulators" + tristate "Ricoh RN5T567/618 voltage regulators" depends on MFD_RN5T618 help - Say y here to support the regulators found on Ricoh RN5T618 PMIC. + Say y here to support the regulators found on Ricoh RN5T567 or + RN5T618 PMIC. config REGULATOR_RT5033 tristate "Richtek RT5033 Regulators" |