Skip to content

Commit

Permalink
correct GPIO setting of UART4.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
scorpiochang committed Aug 24, 2017
1 parent 74fa754 commit 1302d80
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions arch/arm/boot/dts/rk3288.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -2138,16 +2138,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>;
};
};

Expand Down

0 comments on commit 1302d80

Please sign in to comment.