]> git.karo-electronics.de Git - linux-beck.git/commitdiff
ARM: dts: kzm9g: SCIFA4 supports RTS/CTS hardware flow control
authorGeert Uytterhoeven <geert+renesas@glider.be>
Wed, 4 May 2016 08:57:57 +0000 (10:57 +0200)
committerSimon Horman <horms+renesas@verge.net.au>
Mon, 30 May 2016 00:37:07 +0000 (09:37 +0900)
On the KZM-A9-GT development board, the RTS and CTS pins of the debug
console SCIFA4 are wired to the CP2102 Serial-USB bridge.  Reflect
this in the DTS by adding the "uart-has-rtscts" property to the scifa4
device node.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/boot/dts/sh73a0-kzm9g.dts

index c2d8a080e3926ea8c45381eaff445ddfbd5ed8d8..9881adf1734e2b0c792c1b6589bfc73aaa967737 100644 (file)
        pinctrl-0 = <&scifa4_pins>;
        pinctrl-names = "default";
 
+       uart-has-rtscts;
        status = "okay";
 };