From: Geert Uytterhoeven Date: Wed, 4 May 2016 08:57:56 +0000 (+0200) Subject: ARM: dts: bockw: SCIF0 supports RTS/CTS hardware flow control X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=388e9f592c740409ffe55740771389f946796694;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git ARM: dts: bockw: SCIF0 supports RTS/CTS hardware flow control On the BOCK-W development board, the RTS and CTS pins of the console SCIF0 are wired to the "product serial" connector. Reflect this in the DTS by adding the "uart-has-rtscts" property to the scif0 device node. Signed-off-by: Geert Uytterhoeven Signed-off-by: Simon Horman --- diff --git a/arch/arm/boot/dts/r8a7778-bockw.dts b/arch/arm/boot/dts/r8a7778-bockw.dts index e0dab1464648..982a237ea622 100644 --- a/arch/arm/boot/dts/r8a7778-bockw.dts +++ b/arch/arm/boot/dts/r8a7778-bockw.dts @@ -223,6 +223,7 @@ pinctrl-0 = <&scif0_pins>; pinctrl-names = "default"; + uart-has-rtscts; status = "okay"; };