OSDN Git Service

mfd: rk808: Add RK817 and RK809 support
authorTony Xie <tony.xie@rock-chips.com>
Fri, 21 Jun 2019 10:32:54 +0000 (06:32 -0400)
committerLee Jones <lee.jones@linaro.org>
Thu, 27 Jun 2019 13:57:24 +0000 (14:57 +0100)
commit586c1b4125b3c7bf5b482fcafab5d568b8a3c285
tree395407be1ea7cefbc2a417c27a63531fb22de18e
parenta188339ca5a396acc588e5851ed7e19f66b0ebd9
mfd: rk808: Add RK817 and RK809 support

The RK809 and RK817 are a Power Management IC (PMIC) for multimedia
and handheld devices. They contains the following components:
  - Regulators
  - RTC
  - Clocking

Both RK809 and RK817 chips are using a similar register map,
so we can reuse the RTC and Clocking functionality.
Most of regulators have a some implementation also.

Signed-off-by: Tony Xie <tony.xie@rock-chips.com>
Acked-by: Stephen Boyd <sboyd@kernel.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/Kconfig
drivers/mfd/rk808.c
include/linux/mfd/rk808.h