Re: [U-Boot] [PATCH] rockchip: rk3399: use regulators_enable_boot_on() to init regulator

2017-04-20 Thread Simon Glass
On 16 April 2017 at 13:30, Simon Glass wrote: > On 11 April 2017 at 22:00, Kever Yang wrote: >> Use regulators_enable_boot_on() instead of init regulators one by one, >> the interface can init all the regulators with regulator-boot-on property. >> >>

Re: [U-Boot] [PATCH] rockchip: rk3399: use regulators_enable_boot_on() to init regulator

2017-04-16 Thread Simon Glass
On 11 April 2017 at 22:00, Kever Yang wrote: > Use regulators_enable_boot_on() instead of init regulators one by one, > the interface can init all the regulators with regulator-boot-on property. > > Signed-off-by: Kever Yang > --- > >

[U-Boot] [PATCH] rockchip: rk3399: use regulators_enable_boot_on() to init regulator

2017-04-11 Thread Kever Yang
Use regulators_enable_boot_on() instead of init regulators one by one, the interface can init all the regulators with regulator-boot-on property. Signed-off-by: Kever Yang --- board/rockchip/evb_rk3399/evb-rk3399.c | 5 ++--- 1 file changed, 2 insertions(+), 3