arm64: dts: rockchip: rk3399 fix uart3 cts and rts pinctl config

Change-Id: I2549e2a2e1913e9d9430087b9fc0009ec28a4c8f
Signed-off-by: Huibin Hong <huibin.hong@rock-chips.com>
This commit is contained in:
Huibin Hong
2018-11-06 16:17:03 +08:00
parent e619814b7b
commit 1b8cccff2d

View File

@@ -2817,12 +2817,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>;
};
};