commit | 50ab3bde308972fab3cf1ee29c292d139601c6c4 | [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 | 59e3d1bd4992b38b118887397632bf4d3568baaf [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>