]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
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 ba44b0419404327b50eb035a3472c616d61a5f53..29ccb8ad0de67cc4424b282e4b58f952c5f683db 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 {