commit | dca331fe52a089b4b58232d186ce848d0cccf0c5 | [log] [tgz] |
---|---|---|
author | Yuichiro Goto <goto@k-tech.co.jp> | Mon Mar 29 09:14:02 2021 +0900 |
committer | Stefano Babic <sbabic@denx.de> | Thu Apr 08 23:59:50 2021 +0200 |
tree | fd62e3d2437321945cad9c92389191255afac658 | |
parent | e4a0f54f4dfefa30aaf6a9bda9a673a7e55eee6e [diff] |
imx: imx6ull: fix pinmux sel_input value for uart5 pins sel_input value for the following uart5 pins is different between i.MX6UL and i.MX6ULL: MX6_PAD_UART5_TX_DATA__UART5_DTE_RX MX6_PAD_UART5_RX_DATA__UART5_DCE_RX MX6_PAD_ENET1_RX_EN__UART5_DCE_RTS MX6_PAD_ENET1_TX_DATA0__UART5_DTE_RTS MX6_PAD_CSI_DATA02__UART5_DCE_RTS As sel_input value for the second one is fixed by the previous commit, fix the rest. Signed-off-by: Yuichiro Goto <goto@k-tech.co.jp>