Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5f501b42 authored by Jacob Chen's avatar Jacob Chen Committed by Heiko Stuebner
Browse files

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



According to TRM, uart4 tx/rx should be 14/15

Signed-off-by: default avatarJacob Chen <jacob-chen@iotwrt.com>
Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 60cc43fc
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -1848,16 +1848,16 @@

		uart4 {
			uart4_xfer: uart4-xfer {
				rockchip,pins = <5 12 3 &pcfg_pull_up>,
						<5 13 3 &pcfg_pull_none>;
				rockchip,pins = <5 15 3 &pcfg_pull_up>,
						<5 14 3 &pcfg_pull_none>;
			};

			uart4_cts: uart4-cts {
				rockchip,pins = <5 14 3 &pcfg_pull_up>;
				rockchip,pins = <5 12 3 &pcfg_pull_up>;
			};

			uart4_rts: uart4-rts {
				rockchip,pins = <5 15 3 &pcfg_pull_none>;
				rockchip,pins = <5 13 3 &pcfg_pull_none>;
			};
		};