Skip to content

Commit

Permalink
arm64: dts: renesas: salvator-common: Prefer HSCIF1 over SCIF1
Browse files Browse the repository at this point in the history
HSCIF is superior to SCIF (larger FIFOs, more accurate and wider
supported range of bitrates).

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
  • Loading branch information
Geert Uytterhoeven authored and Simon Horman committed Jul 5, 2018
1 parent 485f8b2 commit e385349
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions arch/arm64/boot/dts/renesas/salvator-common.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
/ {
aliases {
serial0 = &scif2;
serial1 = &scif1;
serial1 = &hscif1;
ethernet0 = &avb;
};

Expand Down Expand Up @@ -344,7 +344,7 @@

uart-has-rtscts;
/* Please only enable hscif1 or scif1 */
/* status = "okay"; */
status = "okay";
};

&hsusb {
Expand Down Expand Up @@ -723,7 +723,7 @@

uart-has-rtscts;
/* Please only enable hscif1 or scif1 */
status = "okay";
/* status = "okay"; */
};

&scif2 {
Expand Down

0 comments on commit e385349

Please sign in to comment.