From: Wolfram Sang Date: Thu, 25 May 2023 08:48:22 +0000 (+0200) Subject: arm64: dts: renesas: ulcb-kf: Remove flow control for SCIF1 X-Git-Tag: v6.5-rc1~142^2~28^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1a2c4e5635177939a088d22fa35c6a7032725663;p=thirdparty%2Fkernel%2Flinux.git arm64: dts: renesas: ulcb-kf: Remove flow control for SCIF1 The schematics are misleading, the flow control is for HSCIF1. We need SCIF1 for GNSS/GPS which does not use flow control. Fixes: c6c816e22bc8 ("arm64: dts: ulcb-kf: enable SCIF1") Signed-off-by: Wolfram Sang Reviewed-by: Geert Uytterhoeven Link: https://lore.kernel.org/r/20230525084823.4195-2-wsa+renesas@sang-engineering.com Signed-off-by: Geert Uytterhoeven --- diff --git a/arch/arm64/boot/dts/renesas/ulcb-kf.dtsi b/arch/arm64/boot/dts/renesas/ulcb-kf.dtsi index efc80960380f4..c78b7a5c2e2aa 100644 --- a/arch/arm64/boot/dts/renesas/ulcb-kf.dtsi +++ b/arch/arm64/boot/dts/renesas/ulcb-kf.dtsi @@ -367,7 +367,7 @@ }; scif1_pins: scif1 { - groups = "scif1_data_b", "scif1_ctrl"; + groups = "scif1_data_b"; function = "scif1"; }; @@ -397,7 +397,6 @@ &scif1 { pinctrl-0 = <&scif1_pins>; pinctrl-names = "default"; - uart-has-rtscts; status = "okay"; };