Re: [U-Boot] [PATCH 2/3] mx7dsabresd: 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 2/3] mx7dsabresd: 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/freescale/mx7dsabresd/mx7dsabresd.c | 4 +--- 1 file changed, 1