Message ID | 1462352278-30327-2-git-send-email-geert+renesas@glider.be (mailing list archive) |
---|---|
State | Accepted |
Commit | 388e9f592c740409ffe55740771389f946796694 |
Headers | show |
diff --git a/arch/arm/boot/dts/r8a7778-bockw.dts b/arch/arm/boot/dts/r8a7778-bockw.dts index e0dab14646488c6b..982a237ea6222a59 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"; };
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 <geert+renesas@glider.be> --- arch/arm/boot/dts/r8a7778-bockw.dts | 1 + 1 file changed, 1 insertion(+)