diff options
author | Elaine Zhang <zhangqing@rock-chips.com> | 2017-08-21 03:28:38 +0200 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2017-08-21 08:54:20 +0100 |
commit | 990f05f6a5213be50ff48bf0461e2db254817b0c (patch) | |
tree | 1ce5be28491eda8267a5a774bc5ea3cfa53a8608 /drivers/mfd/Kconfig | |
parent | c4e0d344c1f086c6675f2a22ea6ea71330fb0b57 (diff) | |
download | linux-990f05f6a5213be50ff48bf0461e2db254817b0c.tar.bz2 |
mfd: rk808: Add RK805 support
The RK805 chip is a Power Management IC (PMIC) for multimedia and handheld
devices. It contains the following components:
- Regulators
- RTC
- Clocking
Both RK808 and RK805 chips are using a similar register map,
so we can reuse the RTC and Clocking functionality.
Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r-- | drivers/mfd/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index 94ad2c1c3d90..38d3ea466f74 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig @@ -951,13 +951,13 @@ config MFD_RC5T583 different functionality of the device. config MFD_RK808 - tristate "Rockchip RK808/RK818 Power Management Chip" + tristate "Rockchip RK805/RK808/RK818 Power Management Chip" depends on I2C && OF select MFD_CORE select REGMAP_I2C select REGMAP_IRQ help - If you say yes here you get support for the RK808 and RK818 + If you say yes here you get support for the RK805, RK808 and RK818 Power Management chips. This driver provides common support for accessing the device through I2C interface. The device supports multiple sub-devices |