OSDN Git Service

arm64: dts: meson-axg: s400: add cts-rts to the bluetooth uart
authorJerome Brunet <jbrunet@baylibre.com>
Thu, 8 Nov 2018 09:56:40 +0000 (10:56 +0100)
committerKevin Hilman <khilman@baylibre.com>
Thu, 29 Nov 2018 20:29:54 +0000 (12:29 -0800)
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>
arch/arm64/boot/dts/amlogic/meson-axg-s400.dts

index ba44b04..29ccb8a 100644 (file)
 
 &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 {