From mboxrd@z Thu Jan 1 00:00:00 1970 From: narmstrong@baylibre.com (Neil Armstrong) Date: Thu, 8 Nov 2018 14:26:18 +0100 Subject: [PATCH] arm64: dts: meson-axg: s400: add cts-rts to the bluetooth uart In-Reply-To: <20181108095640.27876-1-jbrunet@baylibre.com> References: <20181108095640.27876-1-jbrunet@baylibre.com> Message-ID: <79dd5a96-b7e1-31ed-745f-5ba05ba30173@baylibre.com> To: linus-amlogic@lists.infradead.org List-Id: linus-amlogic.lists.infradead.org On 08/11/2018 10:56, Jerome Brunet wrote: > The uart used with bluetooth chipset on the s400 has flow control > available. Let's enable it. > > Signed-off-by: Jerome Brunet > --- > arch/arm64/boot/dts/amlogic/meson-axg-s400.dts | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/arch/arm64/boot/dts/amlogic/meson-axg-s400.dts b/arch/arm64/boot/dts/amlogic/meson-axg-s400.dts > index ba44b0419404..29ccb8ad0de6 100644 > --- a/arch/arm64/boot/dts/amlogic/meson-axg-s400.dts > +++ b/arch/arm64/boot/dts/amlogic/meson-axg-s400.dts > @@ -543,8 +543,9 @@ > > &uart_A { > status = "okay"; > - pinctrl-0 = <&uart_a_pins>; > + pinctrl-0 = <&uart_a_pins>, <&uart_a_cts_rts_pins>; > pinctrl-names = "default"; > + uart-has-rtscts; > }; > > &uart_AO { > Reviewed-by: Neil Armstrong