From e759baa233f09aafa36bc39b105b2a85503dad01 Mon Sep 17 00:00:00 2001 From: Huibin Hong Date: Tue, 6 Nov 2018 16:17:03 +0800 Subject: [PATCH] arm64: dts: rockchip: rk3399 fix uart3 cts and rts pinctl config Change-Id: I2549e2a2e1913e9d9430087b9fc0009ec28a4c8f Signed-off-by: Huibin Hong --- arch/arm64/boot/dts/rockchip/rk3399.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm64/boot/dts/rockchip/rk3399.dtsi b/arch/arm64/boot/dts/rockchip/rk3399.dtsi index 61a371159ab1..6baaebdafb91 100644 --- a/arch/arm64/boot/dts/rockchip/rk3399.dtsi +++ b/arch/arm64/boot/dts/rockchip/rk3399.dtsi @@ -2848,12 +2848,12 @@ uart3_cts: uart3-cts { rockchip,pins = - <3 18 RK_FUNC_2 &pcfg_pull_none>; + <3 16 RK_FUNC_2 &pcfg_pull_none>; }; uart3_rts: uart3-rts { rockchip,pins = - <3 19 RK_FUNC_2 &pcfg_pull_none>; + <3 17 RK_FUNC_2 &pcfg_pull_none>; }; };