
17 Jun
2017
17 Jun
'17
5:41 a.m.
On 13 June 2017 at 02:11, Wadim Egorov w.egorov@phytec.de wrote:
Hi,
Am 13.06.2017 um 01:51 schrieb Simon Glass:
Hi Wadim,
On 12 June 2017 at 03:59, Wadim Egorov w.egorov@phytec.de wrote:
The RK818 PMIC contains a charger. Add very basic charger functionality to be able to regulate the USB input current and charger shutdown limits.
Signed-off-by: Wadim Egorov w.egorov@phytec.de
drivers/power/regulator/rk8xx.c | 34 ++++++++++++++++++++++++++++++++++ include/power/rk8xx_pmic.h | 2 ++ 2 files changed, 36 insertions(+)
Does this have to be done in SPL?
Regards, Simon
Yes, this have to be done in a very early stage, before the SDRAM initialization.
Reviewed-by: Simon Glass sjg@chromium.org