From 0c77f7cc9f53d06769c6317242aaa6766725eb4d Mon Sep 17 00:00:00 2001 From: Steven Liu Date: Mon, 11 Jan 2021 10:36:52 +0800 Subject: [PATCH] arm64: dts: rockchip: Fix UART pull-ups on rk3368 Signed-off-by: Steven Liu Change-Id: I34c7e3afbe225d251fbf27ba57a16b009e6325d7 --- arch/arm64/boot/dts/rockchip/rk3368.dtsi | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/arch/arm64/boot/dts/rockchip/rk3368.dtsi b/arch/arm64/boot/dts/rockchip/rk3368.dtsi index 1a4e84c22213..83aa9bd32077 100644 --- a/arch/arm64/boot/dts/rockchip/rk3368.dtsi +++ b/arch/arm64/boot/dts/rockchip/rk3368.dtsi @@ -2288,7 +2288,7 @@ uart0 { uart0_xfer: uart0-xfer { rockchip,pins = <2 24 RK_FUNC_1 &pcfg_pull_up>, - <2 25 RK_FUNC_1 &pcfg_pull_none>; + <2 25 RK_FUNC_1 &pcfg_pull_up>; }; uart0_cts: uart0-cts { @@ -2303,7 +2303,7 @@ uart1 { uart1_xfer: uart1-xfer { rockchip,pins = <0 20 RK_FUNC_3 &pcfg_pull_up>, - <0 21 RK_FUNC_3 &pcfg_pull_none>; + <0 21 RK_FUNC_3 &pcfg_pull_up>; }; uart1_cts: uart1-cts { @@ -2318,7 +2318,7 @@ uart2 { uart2_xfer: uart2-xfer { rockchip,pins = <2 6 RK_FUNC_2 &pcfg_pull_up>, - <2 5 RK_FUNC_2 &pcfg_pull_none>; + <2 5 RK_FUNC_2 &pcfg_pull_up>; }; /* no rts / cts for uart2 */ }; @@ -2326,7 +2326,7 @@ uart3 { uart3_xfer: uart3-xfer { rockchip,pins = <3 29 RK_FUNC_2 &pcfg_pull_up>, - <3 30 RK_FUNC_2 &pcfg_pull_none>; + <3 30 RK_FUNC_2 &pcfg_pull_up>; }; uart3_cts: uart3-cts { @@ -2341,7 +2341,7 @@ uart4 { uart4_xfer: uart4-xfer { rockchip,pins = <0 27 RK_FUNC_3 &pcfg_pull_up>, - <0 26 RK_FUNC_3 &pcfg_pull_none>; + <0 26 RK_FUNC_3 &pcfg_pull_up>; }; uart4_cts: uart4-cts {