]> git.ipfire.org Git - people/ms/u-boot.git/commit
pico-imx6ul: Directly write to register LDOGCTL
authorFabio Estevam <fabio.estevam@nxp.com>
Wed, 17 Aug 2016 12:46:22 +0000 (09:46 -0300)
committerStefano Babic <sbabic@denx.de>
Tue, 6 Sep 2016 16:22:48 +0000 (18:22 +0200)
commit938076efa99be181eb3e8e64eee5c298d24663c5
treebc06537e804c0dba3114062b4d91b69f18112b7e
parentf8de60bd58a03d97d6907d54f0a8634c6a6a5504
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>
board/technexion/pico-imx6ul/pico-imx6ul.c