ARM: dts: rockchip: Fix UART pull-ups on rk322x

Signed-off-by: Steven Liu <steven.liu@rock-chips.com>
Change-Id: I3e57d7c8646c4df6a24c94dcecc774acbd0a2c20
This commit is contained in:
Steven Liu
2021-01-12 16:02:08 +08:00
committed by Tao Huang
parent 31acfe769e
commit c599250109

View File

@@ -1632,8 +1632,8 @@
uart0 {
uart0_xfer: uart0-xfer {
rockchip,pins = <2 26 RK_FUNC_1 &pcfg_pull_none>,
<2 27 RK_FUNC_1 &pcfg_pull_none>;
rockchip,pins = <2 26 RK_FUNC_1 &pcfg_pull_up>,
<2 27 RK_FUNC_1 &pcfg_pull_up>;
};
uart0_cts: uart0-cts {
@@ -1647,8 +1647,8 @@
uart1 {
uart1_xfer: uart1-xfer {
rockchip,pins = <1 9 RK_FUNC_1 &pcfg_pull_none>,
<1 10 RK_FUNC_1 &pcfg_pull_none>;
rockchip,pins = <1 9 RK_FUNC_1 &pcfg_pull_up>,
<1 10 RK_FUNC_1 &pcfg_pull_up>;
};
uart1_cts: uart1-cts {
@@ -1663,7 +1663,7 @@
uart1-1 {
uart11_xfer: uart11-xfer {
rockchip,pins = <3 14 RK_FUNC_1 &pcfg_pull_up>,
<3 13 RK_FUNC_1 &pcfg_pull_none>;
<3 13 RK_FUNC_1 &pcfg_pull_up>;
};
uart11_cts: uart11-cts {
@@ -1682,12 +1682,12 @@
uart2 {
uart2_xfer: uart2-xfer {
rockchip,pins = <1 18 RK_FUNC_2 &pcfg_pull_up>,
<1 19 RK_FUNC_2 &pcfg_pull_none>;
<1 19 RK_FUNC_2 &pcfg_pull_up>;
};
uart21_xfer: uart21-xfer {
rockchip,pins = <1 10 RK_FUNC_2 &pcfg_pull_up>,
<1 9 RK_FUNC_2 &pcfg_pull_none>;
<1 9 RK_FUNC_2 &pcfg_pull_up>;
};
uart2_cts: uart2-cts {