
3 May
2017
3 May
'17
4:51 a.m.
2017-05-02 14:54 GMT+08:00 Jacob Chen jacob-chen@iotwrt.com:
The RK818 chip is a Power Management IC (PMIC) for multimedia and handheld devices.
For boards use rk818, the input current should be set in the early stage, before ddr initialization.
Signed-off-by: Jacob Chen jacob-chen@iotwrt.com
Changes in v2:
- remove input current selection in probe, it should be configured
in board_init_f by manual.
Maybe we'd better provide a function here, like `rk808_spl_configure_buck` It could be `rk8xx_spl_init(pmic, parm....)`
drivers/power/pmic/rk808.c | 16 ++++++++++++++++ include/power/rk808_pmic.h | 12 ++++++++++++ 2 files changed, 28 insertions(+)
Applied to u-boot-rockchip/next, thanks!