aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJerome Brunet <jbrunet@baylibre.com>2018-11-08 10:56:40 +0100
committerKevin Hilman <khilman@baylibre.com>2018-11-29 12:29:54 -0800
commita708c68563048eb2dce44e4b18347ca342673ee9 (patch)
tree5b32d5059fa790c0461ecdb309efcffc18459e6f
parentarm64: dts: meson-gxl-khadas-vim: fix GPIO lines names (diff)
downloadwireguard-linux-a708c68563048eb2dce44e4b18347ca342673ee9.tar.xz
wireguard-linux-a708c68563048eb2dce44e4b18347ca342673ee9.zip
arm64: dts: meson-axg: s400: add cts-rts to the bluetooth uart
The uart used with bluetooth chipset on the s400 has flow control available. Let's enable it. Signed-off-by: Jerome Brunet <jbrunet@baylibre.com> Reviewed-by: Neil Armstrong <narmstrong@baylibre.com> Signed-off-by: Kevin Hilman <khilman@baylibre.com>
-rw-r--r--arch/arm64/boot/dts/amlogic/meson-axg-s400.dts3
1 files changed, 2 insertions, 1 deletions
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 {