]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: dts: rockchip: correct rk322x uart2 pinctrl
authorFrank Wang <frank.wang@rock-chips.com>
Wed, 17 May 2017 09:52:25 +0000 (17:52 +0800)
committerHeiko Stuebner <heiko@sntech.de>
Wed, 17 May 2017 18:16:40 +0000 (20:16 +0200)
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>
arch/arm/boot/dts/rk322x.dtsi

index 1b46bf81932a0efd2968544146a8848f7169bf1b..5300a1e765eca05ef1607d70be08494f48a91e08 100644 (file)
 
                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>;
                        };