Skip to content

Commit 1302d80

Browse files
committed
correct GPIO setting of UART4.
Change-Id: If51a8779584fbd62b4744d9f13ced5a227dda225 Reviewed-on: https://tp-biosrd-v02/gerrit/80325 Reviewed-by: Scorpio Chang(張志賢) <Scorpio_Chang@asus.com> Tested-by: Scorpio Chang(張志賢) <Scorpio_Chang@asus.com>
1 parent 74fa754 commit 1302d80

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

arch/arm/boot/dts/rk3288.dtsi

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2138,16 +2138,16 @@
21382138

21392139
uart4 {
21402140
uart4_xfer: uart4-xfer {
2141-
rockchip,pins = <5 12 3 &pcfg_pull_up>,
2142-
<5 13 3 &pcfg_pull_none>;
2141+
rockchip,pins = <5 15 3 &pcfg_pull_up>,
2142+
<5 14 3 &pcfg_pull_none>;
21432143
};
21442144

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

21492149
uart4_rts: uart4-rts {
2150-
rockchip,pins = <5 15 3 &pcfg_pull_none>;
2150+
rockchip,pins = <5 13 3 &pcfg_pull_none>;
21512151
};
21522152
};
21532153

0 commit comments

Comments
 (0)