]> git.sur5r.net Git - u-boot/commit
imx6ulevk: fix 74LV OE usage
authorPeng Fan <van.freenix@gmail.com>
Wed, 15 Jun 2016 06:18:37 +0000 (14:18 +0800)
committerStefano Babic <sbabic@denx.de>
Sat, 18 Jun 2016 08:29:18 +0000 (10:29 +0200)
commit85801579e10208b7466f4a7f8329b4f5d2056fff
tree8ef1facf21f178e87d77349b8b14e24cb825614a
parent0fcb85cc0cdf898019680a09200677a0beef27d9
imx6ulevk: fix 74LV OE usage

Fix 74LV OE gpio index. gpio index is wrong,
so gpio output will not have effect, since we
use wrong GPIO5_IO18, but not correct GPIO5_IO8.

And at the end of the initialization of 74lv init, should
keep OE voltage level at LOW to make 74lv output the correct
voltage.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
Cc: Stefano Babic <sbabic@denx.de>
Cc: Fabio Estevam <fabio.estevam@nxp.com>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
board/freescale/mx6ul_14x14_evk/mx6ul_14x14_evk.c