提交 5f501b42 编写于 作者: J Jacob Chen 提交者: Heiko Stuebner

ARM: dts: rockchip: fix uart4 pin-numbers for rk3288

According to TRM, uart4 tx/rx should be 14/15
Signed-off-by: NJacob Chen <jacob-chen@iotwrt.com>
Signed-off-by: NHeiko Stuebner <heiko@sntech.de>
上级 60cc43fc
...@@ -1848,16 +1848,16 @@ ...@@ -1848,16 +1848,16 @@
uart4 { uart4 {
uart4_xfer: uart4-xfer { uart4_xfer: uart4-xfer {
rockchip,pins = <5 12 3 &pcfg_pull_up>, rockchip,pins = <5 15 3 &pcfg_pull_up>,
<5 13 3 &pcfg_pull_none>; <5 14 3 &pcfg_pull_none>;
}; };
uart4_cts: uart4-cts { uart4_cts: uart4-cts {
rockchip,pins = <5 14 3 &pcfg_pull_up>; rockchip,pins = <5 12 3 &pcfg_pull_up>;
}; };
uart4_rts: uart4-rts { uart4_rts: uart4-rts {
rockchip,pins = <5 15 3 &pcfg_pull_none>; rockchip,pins = <5 13 3 &pcfg_pull_none>;
}; };
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册