commit | a3831974090a3513339cbae4731717d3f1972f36 | [log] [tgz] |
---|---|---|
author | Peng Fan <van.freenix@gmail.com> | Wed Jun 15 14:18:37 2016 +0800 |
committer | Stefano Babic <sbabic@denx.de> | Sat Jun 18 10:29:18 2016 +0200 |
tree | 8ef1facf21f178e87d77349b8b14e24cb825614a | |
parent | d0d4f024340d6e69579a2d5577cadcd5ec99234b [diff] |
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>