Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: aspeed: ethanolx: Enable CTS/RTS pins on UART1

BMC UART1 is connected to the P0 CPU UART1. As the connection has
CTS and RTS signals, enable these functions on the BMC side.

Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
Link: https://lore.kernel.org/r/20230111115227.1357-1-aladyshev22@gmail.com
Signed-off-by: Joel Stanley <joel@jms.id.au>

authored by

Konstantin Aladyshev and committed by
Joel Stanley
9664e1ba 59e099e8

+3 -1
+3 -1
arch/arm/boot/dts/aspeed-bmc-amd-ethanolx.dts
··· 80 80 status = "okay"; 81 81 pinctrl-names = "default"; 82 82 pinctrl-0 = <&pinctrl_txd1_default 83 - &pinctrl_rxd1_default>; 83 + &pinctrl_rxd1_default 84 + &pinctrl_nrts1_default 85 + &pinctrl_ncts1_default>; 84 86 }; 85 87 86 88 &uart5 {