diff options
author | Jerome Brunet <jbrunet@baylibre.com> | 2018-11-08 12:56:40 +0300 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2018-11-29 23:29:54 +0300 |
commit | a708c68563048eb2dce44e4b18347ca342673ee9 (patch) | |
tree | 5b32d5059fa790c0461ecdb309efcffc18459e6f /arch/arm64 | |
parent | 5b78012636f537344bd551934387f5772c38ba80 (diff) | |
download | linux-a708c68563048eb2dce44e4b18347ca342673ee9.tar.xz |
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>
Diffstat (limited to 'arch/arm64')
-rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-axg-s400.dts | 3 |
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 { |