mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-03 15:55:38 +00:00
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
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue