commit | aaeb49f0dd03d7805c5c1d3d247fbbfdaec02151 | [log] [tgz] |
---|---|---|
author | Heiko Schocher <hs@denx.de> | Wed Aug 29 08:33:36 2018 +0200 |
committer | Stefano Babic <sbabic@denx.de> | Fri Sep 14 15:22:52 2018 +0200 |
tree | 184eb35c860e318f06c9c5db13ce5389a20d5b40 | |
parent | 9a702969ac192a41295a01be222399a180115e73 [diff] |
imx: imx6ull: fix pinmux input_val for uart5 rx pin just try to bring up an imx6ull board with console on uart5 and found, that input_val for pin MX6UL_PAD_UART5_RX_DATA__UART5_DCE_RX is 7 and not 5 on imx6ull. With this patch rx works now. Signed-off-by: Heiko Schocher <hs@denx.de>