diff options
author | Stefan Agner <stefan@agner.ch> | 2016-06-29 01:53:19 -0400 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2016-06-29 05:11:23 -0400 |
commit | a99ab50dbbb1f982d076d19e0a9959fe2efa3126 (patch) | |
tree | 07b76e626b730f4f369b4084f9251e9eb888f2ea /drivers/mfd/Kconfig | |
parent | 229d641d72d1ecfd21186a52c38d012149097eec (diff) |
mfd: rn5t618: Add Ricoh RN5T567 PMIC support
The Ricoh RN5T567 is from the same family as the Ricoh RN5T618 is,
the differences are:
+ DCDC4
+ Slightly different output voltage/currents
+ 32kHz Output
- ADC/Charger capabilities
Signed-off-by: Stefan Agner <stefan@agner.ch>
Reviewed-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r-- | drivers/mfd/Kconfig | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index 1bcf601de5bc..ff031a7735a5 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig | |||
@@ -852,13 +852,14 @@ config MFD_RK808 | |||
852 | including interrupts, RTC, LDO & DCDC regulators, and onkey. | 852 | including interrupts, RTC, LDO & DCDC regulators, and onkey. |
853 | 853 | ||
854 | config MFD_RN5T618 | 854 | config MFD_RN5T618 |
855 | tristate "Ricoh RN5T5618 PMIC" | 855 | tristate "Ricoh RN5T567/618 PMIC" |
856 | depends on I2C | 856 | depends on I2C |
857 | depends on OF | ||
857 | select MFD_CORE | 858 | select MFD_CORE |
858 | select REGMAP_I2C | 859 | select REGMAP_I2C |
859 | help | 860 | help |
860 | Say yes here to add support for the Ricoh RN5T618 PMIC. This | 861 | Say yes here to add support for the Ricoh RN5T567 or R5T618 PMIC. |
861 | driver provides common support for accessing the device, | 862 | This driver provides common support for accessing the device, |
862 | additional drivers must be enabled in order to use the | 863 | additional drivers must be enabled in order to use the |
863 | functionality of the device. | 864 | functionality of the device. |
864 | 865 | ||