ARM: dts: rockchip: correct rk322x uart2 pinctrl

Correct UART2 PINCTRL flag to use the correct pull up setting

Signed-off-by: Frank Wang <frank.wang@rock-chips.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
This commit is contained in:
Frank Wang 2017-05-17 17:52:25 +08:00 committed by Heiko Stuebner
parent fa20698433
commit 02131477b9

View File

@ -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>;
};