Commit 02131477 authored by Frank Wang's avatar Frank Wang Committed by Heiko Stuebner
Browse files

ARM: dts: rockchip: correct rk322x uart2 pinctrl



Correct UART2 PINCTRL flag to use the correct pull up setting

Signed-off-by: default avatarFrank Wang <frank.wang@rock-chips.com>
Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent fa206984
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -701,7 +701,7 @@

		uart2 {
			uart2_xfer: uart2-xfer {
				rockchip,pins = <1 18 RK_FUNC_2 &pcfg_pull_none>,
				rockchip,pins = <1 18 RK_FUNC_2 &pcfg_pull_up>,
						<1 19 RK_FUNC_2 &pcfg_pull_none>;
			};