ARM: dts: aspeed: wedge40: Update UART4 pin settings
Enable UART4's NRTS4 (A19) pin because the pin is used for RS485 software emulation. Signed-off-by: Tao Ren <rentao.bupt@gmail.com> Link: https://lore.kernel.org/r/20200824182955.7988-3-rentao.bupt@gmail.com Signed-off-by: Joel Stanley <joel@jms.id.au>
This commit is contained in:
parent
fe84b8fd24
commit
7c32a9d95c
|
@ -71,7 +71,8 @@
|
|||
status = "okay";
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&pinctrl_txd4_default
|
||||
&pinctrl_rxd4_default>;
|
||||
&pinctrl_rxd4_default
|
||||
&pinctrl_ndts4_default>;
|
||||
};
|
||||
|
||||
&uart5 {
|
||||
|
|
Loading…
Reference in New Issue