Re: [U-Boot] [PATCH 1/3] pico-imx6ul: Directly write to register LDOGCTL

2016-09-06 Thread Stefano Babic
On 17/08/2016 14:46, Fabio Estevam wrote: > Register LDOGCTL contains only bit 0 as a valid bit, so there is no need > to do a read-modify-write operation. > > Simplify the code by writing directly to this register. > > Signed-off-by: Fabio Estevam > --- Applied to

[U-Boot] [PATCH 1/3] pico-imx6ul: Directly write to register LDOGCTL

2016-08-17 Thread Fabio Estevam
Register LDOGCTL contains only bit 0 as a valid bit, so there is no need to do a read-modify-write operation. Simplify the code by writing directly to this register. Signed-off-by: Fabio Estevam --- board/technexion/pico-imx6ul/pico-imx6ul.c | 4 +--- 1 file changed, 1