
ok - -wrong title.. It's Add Basic support for RK818
2017-04-21 11:34 GMT+08:00 Jacob Chen jacob-chen@iotwrt.com:
The RK818 chip is a power management IC for multimedia and handheld devices. It contains the following components:
- Regulators
- RTC
- Clkout
- battery support
This series patch just give it a basic support, to make rk818 board work.
Jacob Chen (4): power: pmic: append rk818 regs to rk808 power: pmic: rk808: add RK818 support power: regulator: rk808: replace vsel_bits with vsel_mask power: regulator: rk808: add rk818 support
drivers/power/pmic/rk808.c | 29 +++++++ drivers/power/regulator/rk808.c | 96 +++++++++++++++++----- include/power/rk808_pmic.h | 176 +++++++++++++++++++++++++++++++++------- 3 files changed, 249 insertions(+), 52 deletions(-)
-- 2.7.4