commit | c133a52175e7616086f556b7c602e7c2d0a71b9a | [log] [tgz] |
---|---|---|
author | Fabio Estevam <fabio.estevam@nxp.com> | Wed Aug 17 09:46:22 2016 -0300 |
committer | Stefano Babic <sbabic@denx.de> | Tue Sep 06 18:22:48 2016 +0200 |
tree | bc06537e804c0dba3114062b4d91b69f18112b7e | |
parent | 2e158323bcf332550afb2ad5d327a4cffaec661f [diff] |
pico-imx6ul: Directly write to register LDOGCTL 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 <fabio.estevam@nxp.com>